mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Update toolwindowmanager to 213314d7f72c76421970427369e338d271cce279
This commit is contained in:
@@ -43,7 +43,7 @@ ToolWindowManagerWrapper::ToolWindowManagerWrapper(ToolWindowManager *manager, b
|
||||
#if defined(Q_OS_WIN32)
|
||||
flags = Qt::Dialog;
|
||||
flags |= Qt::CustomizeWindowHint | Qt::WindowTitleHint | Qt::WindowCloseButtonHint |
|
||||
Qt::WindowStaysOnTopHint | Qt::WindowMaximizeButtonHint;
|
||||
Qt::WindowMaximizeButtonHint;
|
||||
#else
|
||||
flags |= Qt::FramelessWindowHint;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user