mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-23 07:59:23 -04:00
UI: Set dock floating after hiding it
Setting the dock floating before hiding it created a transparent window on X11.
This commit is contained in:
@@ -416,8 +416,8 @@ struct OBSStudioAPI : obs_frontend_callbacks {
|
||||
|
||||
main->AddDockWidget(dock, Qt::RightDockWidgetArea);
|
||||
|
||||
dock->setFloating(true);
|
||||
dock->setVisible(false);
|
||||
dock->setFloating(true);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user