summaryrefslogtreecommitdiffstats
path: root/textw/mouse_text.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/mouse_text.py')
-rw-r--r--textw/mouse_text.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/textw/mouse_text.py b/textw/mouse_text.py
index 1e416c567..fa804f5fe 100644
--- a/textw/mouse_text.py
+++ b/textw/mouse_text.py
@@ -39,7 +39,9 @@ class MouseWindow:
self.c.setValue(" ")
def __call__(self, screen, mouse):
- if mouse.probed(): return
+# XXX ewt changed this and we can't figure out why -- we always
+# want to display this dialog so that you can turn on 3 button emu
+# if mouse.probed(): return
self.mice = mouse.available ()
mice = self.mice.keys ()