File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,8 @@ protected internal override void Initialize()
119119 {
120120 base . Initialize ( ) ;
121121 // Reset window size
122- UpdateWindowSize ( ) ;
122+ if ( ! Owner . Viewer . Simulator . TimetableMode )
123+ UpdateWindowSize ( ) ;
123124 }
124125
125126 protected override ControlLayout Layout ( ControlLayout layout )
@@ -365,7 +366,7 @@ void AddSeparator() => AddLabel(new ListLabel
365366 }
366367 AddLabel ( new ListLabel ( ) ) ;
367368 }
368- else if ( Orts . MultiPlayer . MPManager . Simulator . Confirmer != null )
369+ else if ( Orts . MultiPlayer . MPManager . Simulator . Confirmer != null )
369370 {
370371 var status = $ "{ Viewer . Catalog . GetString ( "Status" ) } : { MPManager . Catalog . GetString ( "Connection to the server is lost, will play as single mode" ) } ";
371372 AddLabel ( new ListLabel
You can’t perform that action at this time.
0 commit comments