mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
Added some documentation for Linux modal dialog fix
This commit is contained in:
parent
82c98a3f91
commit
3cd6d766f8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user