We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f65b3 commit 36cdf4aCopy full SHA for 36cdf4a
1 file changed
src/FloatingDockContainer.cpp
@@ -1010,7 +1010,7 @@ void CFloatingDockContainer::moveFloating()
1010
// the main window as the active window for some reason. This fixes
1011
// that by resetting the active window to the floating widget after
1012
// updating the overlays.
1013
- QApplication::setActiveWindow(this);
+ activateWindow();
1014
#endif
1015
break;
1016
default:
@@ -1248,7 +1248,7 @@ void CFloatingDockContainer::moveEvent(QMoveEvent *event)
1248
1249
1250
1251
1252
1253
1254
0 commit comments