1
0
mirror of https://github.com/ihabunek/toot synced 2025-02-14 02:50:39 +01:00
Derek Schmidt cb3885b20b
Fix #100
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)
2019-04-25 14:46:01 +02:00
..
2019-04-25 14:46:01 +02:00