diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 0f50d67a69..4816d96c87 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1056,7 +1056,9 @@ void Application::chooseVoxelPaintColor() { _voxelPaintColor->setData(selected); _voxelPaintColor->setIcon(createSwatchIcon(selected)); } - _glWidget->setFocus(); + + // restore the main window's active state + _window->activateWindow(); } void Application::initMenu() {