mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
commit
803721278d
1 changed files with 2 additions and 3 deletions
|
@ -2495,6 +2495,7 @@ void MainFrame::Create(){
|
||||||
MRU_Load();
|
MRU_Load();
|
||||||
create_main_toolbar( window, vbox );
|
create_main_toolbar( window, vbox );
|
||||||
create_plugin_toolbar( window,vbox );
|
create_plugin_toolbar( window,vbox );
|
||||||
|
create_main_statusbar( window, vbox );
|
||||||
|
|
||||||
m_nCurrentStyle = g_PrefsDlg.m_nView;
|
m_nCurrentStyle = g_PrefsDlg.m_nView;
|
||||||
|
|
||||||
|
@ -2608,7 +2609,7 @@ void MainFrame::Create(){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gtk_paned_set_position( GTK_PANED( m_pSplits[0] ), g_PrefsDlg.mWindowInfo.nXYHeight + 28 );
|
gtk_paned_set_position( GTK_PANED( m_pSplits[0] ), g_PrefsDlg.mWindowInfo.nXYHeight );
|
||||||
|
|
||||||
if ( CurrentStyle() == eRegular ) {
|
if ( CurrentStyle() == eRegular ) {
|
||||||
gtk_paned_set_position( GTK_PANED( m_pSplits[2] ), g_PrefsDlg.mWindowInfo.nZWidth );
|
gtk_paned_set_position( GTK_PANED( m_pSplits[2] ), g_PrefsDlg.mWindowInfo.nZWidth );
|
||||||
|
@ -2876,8 +2877,6 @@ void MainFrame::Create(){
|
||||||
|
|
||||||
g_pParentWnd->OnEntitiesSetViewAs( 0 );
|
g_pParentWnd->OnEntitiesSetViewAs( 0 );
|
||||||
|
|
||||||
create_main_statusbar( window, vbox );
|
|
||||||
|
|
||||||
LoadCommandMap();
|
LoadCommandMap();
|
||||||
ShowMenuItemKeyBindings( window );
|
ShowMenuItemKeyBindings( window );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue