mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-10 18:31:11 +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
|
else
|
||||||
{
|
{
|
||||||
gtk_paned_set_position( GTK_PANED( m_pSplits[2] ), g_PrefsDlg.mWindowInfo.nCamWidth );
|
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 );
|
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 );
|
gtk_paned_set_position( GTK_PANED( m_pSplits[1] ), g_PrefsDlg.mWindowInfo.nCamHeight );
|
||||||
}
|
}
|
||||||
else if ( CurrentStyle() == eFloating ) {
|
else if ( CurrentStyle() == eFloating ) {
|
||||||
|
|
Loading…
Reference in a new issue