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(
26872687
26882688 if self ._screen_stack :
26892689 self .screen .post_message (events .ScreenSuspend ())
2690+ self .screen .refresh ()
26902691 next_screen , await_mount = self ._get_screen (screen )
26912692 try :
26922693 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:
13061306 inline_height = min (self .app .size .height , inline_height )
13071307 return inline_height
13081308
1309- def _screen_resized (self , size : Size ):
1309+ def _screen_resized (self , size : Size ) -> None :
13101310 """Called by App when the screen is resized."""
13111311 if self .stack_updates :
13121312 self ._refresh_layout (size )
You can’t perform that action at this time.
0 commit comments