Q3map2:
* _setmaxstdio(2048) for windows * game_qfusion update Radiant: misc... * wrap long command lines in build menu -> customize * map info dialog: + Total patches, Ingame entities, Group entities, Ingame group entities counts * fix: map info dialog -> sort by count works * fix of: minimize main wnd, close, start = cam, cons, texbro null size
This commit is contained in:
@@ -3074,12 +3074,14 @@ void MainFrame::Create(){
|
||||
|
||||
EverySecondTimer_enable();
|
||||
|
||||
if ( g_layout_globals.nState & GDK_WINDOW_STATE_MAXIMIZED ) {
|
||||
if ( g_layout_globals.nState & GDK_WINDOW_STATE_MAXIMIZED ||
|
||||
g_layout_globals.nState & GDK_WINDOW_STATE_ICONIFIED ) {
|
||||
gtk_window_maximize( window );
|
||||
}
|
||||
if ( g_layout_globals.nState & GDK_WINDOW_STATE_FULLSCREEN ) {
|
||||
gtk_window_fullscreen( window );
|
||||
}
|
||||
|
||||
if ( !FloatingGroupDialog() ) {
|
||||
gtk_paned_set_position( GTK_PANED( m_vSplit ), g_layout_globals.nXYHeight );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user