mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Update toolwindowmanager to d4efe1b6df06618b0bef0d824aba93e8cb8cc197
This commit is contained in:
@@ -41,7 +41,9 @@ ToolWindowManagerWrapper::ToolWindowManagerWrapper(ToolWindowManager *manager, b
|
||||
Qt::WindowFlags flags = Qt::Tool;
|
||||
|
||||
#if defined(Q_OS_WIN32)
|
||||
flags |= Qt::CustomizeWindowHint | Qt::WindowTitleHint | Qt::WindowCloseButtonHint;
|
||||
flags = Qt::Dialog;
|
||||
flags |= Qt::CustomizeWindowHint | Qt::WindowTitleHint | Qt::WindowCloseButtonHint |
|
||||
Qt::WindowStaysOnTopHint | Qt::WindowMaximizeButtonHint;
|
||||
#else
|
||||
flags |= Qt::FramelessWindowHint;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user