mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 00:16:39 +02:00
Just manually request focus.
This commit is contained in:
parent
053c0d1ca5
commit
b4ca7ca5e3
1 changed files with 1 additions and 0 deletions
|
@ -1056,6 +1056,7 @@ void Application::chooseVoxelPaintColor() {
|
||||||
_voxelPaintColor->setData(selected);
|
_voxelPaintColor->setData(selected);
|
||||||
_voxelPaintColor->setIcon(createSwatchIcon(selected));
|
_voxelPaintColor->setIcon(createSwatchIcon(selected));
|
||||||
}
|
}
|
||||||
|
_glWidget->setFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::initMenu() {
|
void Application::initMenu() {
|
||||||
|
|
Loading…
Reference in a new issue