fix main wnd splits being set before window is actually maximized/fullscreened
This commit is contained in:
parent
2f2140efa4
commit
f401facb4f
|
|
@ -3323,6 +3323,8 @@ void MainFrame::Create(){
|
|||
gtk_window_fullscreen( window );
|
||||
}
|
||||
|
||||
process_gui(); //window is maximized/fullscreened by window manager, which may be not instant
|
||||
|
||||
if ( !FloatingGroupDialog() ) {
|
||||
gtk_paned_set_position( GTK_PANED( m_vSplit ), g_layout_globals.nXYHeight );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user