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()
119
119
{
120
120
base . Initialize ( ) ;
121
121
// Reset window size
122
- UpdateWindowSize ( ) ;
122
+ if ( ! Owner . Viewer . Simulator . TimetableMode )
123
+ UpdateWindowSize ( ) ;
123
124
}
124
125
125
126
protected override ControlLayout Layout ( ControlLayout layout )
@@ -365,7 +366,7 @@ void AddSeparator() => AddLabel(new ListLabel
365
366
}
366
367
AddLabel ( new ListLabel ( ) ) ;
367
368
}
368
- else if ( Orts . MultiPlayer . MPManager . Simulator . Confirmer != null )
369
+ else if ( Orts . MultiPlayer . MPManager . Simulator . Confirmer != null )
369
370
{
370
371
var status = $ "{ Viewer . Catalog . GetString ( "Status" ) } : { MPManager . Catalog . GetString ( "Connection to the server is lost, will play as single mode" ) } ";
371
372
AddLabel ( new ListLabel
You can’t perform that action at this time.
0 commit comments