[tor-commits] [nyx/master] Don't force redraw controller when popup_window exits
atagar at torproject.org
atagar at torproject.org
Sun Mar 6 20:56:40 UTC 2016
commit a5c6d373b3113a1ef1b3a28052d90d877e54e44b
Author: Sambuddha Basu <sambuddhabasu1 at gmail.com>
Date: Sun Mar 6 15:48:51 2016 -0500
Don't force redraw controller when popup_window exits
---
nyx/popups.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nyx/popups.py b/nyx/popups.py
index d6549a6..a9d3d27 100644
--- a/nyx/popups.py
+++ b/nyx/popups.py
@@ -69,7 +69,7 @@ def popup_window(height = -1, width = -1, top = 0, left = 0, below_static = True
def __exit__(self, exit_type, value, traceback):
panel.CURSES_LOCK.release()
- nyx.controller.get_controller().redraw(True)
+ nyx.controller.get_controller().redraw(False)
return _Popup()
More information about the tor-commits
mailing list