mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
No GUI update during creation
This commit is contained in:
parent
422cd9d40f
commit
7067c4d142
1 changed files with 0 additions and 3 deletions
|
@ -2694,12 +2694,9 @@ void MainFrame::Create(){
|
|||
else
|
||||
{
|
||||
gtk_paned_set_position( GTK_PANED( m_pSplits[2] ), g_PrefsDlg.mWindowInfo.nCamWidth );
|
||||
while ( gtk_events_pending() ) gtk_main_iteration();
|
||||
gtk_paned_set_position( GTK_PANED( m_pSplits[3] ), g_PrefsDlg.mWindowInfo.nXYWidth );
|
||||
}
|
||||
|
||||
while ( gtk_events_pending() ) gtk_main_iteration();
|
||||
|
||||
gtk_paned_set_position( GTK_PANED( m_pSplits[1] ), g_PrefsDlg.mWindowInfo.nCamHeight );
|
||||
}
|
||||
else if ( CurrentStyle() == eFloating ) {
|
||||
|
|
Loading…
Reference in a new issue