1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-14 18:19:52 +08:00

Added some documentation for Linux modal dialog fix

This commit is contained in:
Uwe Kindler 2022-09-05 09:06:29 +02:00
parent 82c98a3f91
commit 3cd6d766f8

View File

@ -516,6 +516,8 @@ void FloatingDockContainerPrivate::updateDropOverlays(const QPoint &GlobalPos)
}
#ifdef Q_OS_LINUX
// Prevent display of drop overlays and docking as long as a model dialog
// is active
if (qApp->activeModalWidget())
{
return;