Skip to content

Commit 3cd6d76

Browse files
Added some documentation for Linux modal dialog fix
1 parent 82c98a3 commit 3cd6d76

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/FloatingDockContainer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,8 @@ void FloatingDockContainerPrivate::updateDropOverlays(const QPoint &GlobalPos)
516516
}
517517

518518
#ifdef Q_OS_LINUX
519+
// Prevent display of drop overlays and docking as long as a model dialog
520+
// is active
519521
if (qApp->activeModalWidget())
520522
{
521523
return;

0 commit comments

Comments
 (0)