mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-10 02:10:52 +00:00
Merge pull request #505 from Pan7/noGuiUpd
No GUI update during creation
This commit is contained in:
commit
39bff93f2b
1 changed files with 0 additions and 3 deletions
|
@ -2793,12 +2793,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