mirror of
https://github.com/ihabunek/toot
synced 2025-02-14 02:50:39 +01:00
Using self.panel.hide() without calling curses.panel.update_panels() before next refresh can really mess stuff up. As far as I can tell, this was the real cause of #100. This changes that call to the Modal's hide method instead, which will keep this sort of issue from coming up again (hopefully)