File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2687,6 +2687,7 @@ def push_screen(
2687
2687
2688
2688
if self ._screen_stack :
2689
2689
self .screen .post_message (events .ScreenSuspend ())
2690
+ self .screen .refresh ()
2690
2691
next_screen , await_mount = self ._get_screen (screen )
2691
2692
try :
2692
2693
message_pump = active_message_pump .get ()
Original file line number Diff line number Diff line change @@ -1306,7 +1306,7 @@ def _get_inline_height(self, size: Size) -> int:
1306
1306
inline_height = min (self .app .size .height , inline_height )
1307
1307
return inline_height
1308
1308
1309
- def _screen_resized (self , size : Size ):
1309
+ def _screen_resized (self , size : Size ) -> None :
1310
1310
"""Called by App when the screen is resized."""
1311
1311
if self .stack_updates :
1312
1312
self ._refresh_layout (size )
You can’t perform that action at this time.
0 commit comments