You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider the example below. When calling pop_screen multiple times (which is not so unusual - because a "form" structure where we can go through subsequent screens can work in such a way that it dumps all screens after approval), flickering occurs.
What I tried is with self.batch_update() context manager but it seems it does not work in this context.
Maybe it's possible to extend the batch_update method to apply it on screen-related actions also or create a new method like batch_screen_update?
The text was updated successfully, but these errors were encountered:
Consider the example below. When calling
pop_screen
multiple times (which is not so unusual - because a "form" structure where we can go through subsequent screens can work in such a way that it dumps all screens after approval), flickering occurs.What I tried is
with self.batch_update()
context manager but it seems it does not work in this context.Maybe it's possible to extend the
batch_update
method to apply it on screen-related actions also or create a new method likebatch_screen_update
?The text was updated successfully, but these errors were encountered: