1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #4421

ezavod (1):
      fix(ui): Set `Qt::Window` flag in multi windows mode
This commit is contained in:
sudden6 2017-05-30 12:52:59 +02:00
commit 86c5bb9414
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -1515,7 +1515,7 @@ ContentLayout* Widget::createContentDialog(DialogType type) const
{
public:
explicit Dialog(DialogType type)
: ActivateDialog()
: ActivateDialog(nullptr, Qt::Window)
, type(type)
{
restoreGeometry(Settings::getInstance().getDialogSettingsGeometry());