Change to ensure that modal widgets are always on top of floating widgets

This commit is contained in:
Uwe
2022-09-02 18:18:28 +02:00
parent d27783e2f1
commit c11a496278
2 changed files with 12 additions and 1 deletions

View File

@@ -264,7 +264,7 @@ void CDockFocusController::onFocusWindowChanged(QWindow *focusWindow)
//===========================================================================
void CDockFocusController::onApplicationFocusChanged(QWidget* focusedOld, QWidget* focusedNow)
{
Q_UNUSED(focusedOld);
Q_UNUSED(focusedOld);
if (d->DockManager->isRestoringState())
{