mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:38:27 +02:00
What matters is the active state, not the focus.
This commit is contained in:
parent
b4ca7ca5e3
commit
e1016ad902
1 changed files with 3 additions and 1 deletions
|
@ -1056,7 +1056,9 @@ void Application::chooseVoxelPaintColor() {
|
||||||
_voxelPaintColor->setData(selected);
|
_voxelPaintColor->setData(selected);
|
||||||
_voxelPaintColor->setIcon(createSwatchIcon(selected));
|
_voxelPaintColor->setIcon(createSwatchIcon(selected));
|
||||||
}
|
}
|
||||||
_glWidget->setFocus();
|
|
||||||
|
// restore the main window's active state
|
||||||
|
_window->activateWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::initMenu() {
|
void Application::initMenu() {
|
||||||
|
|
Loading…
Reference in a new issue