From f785b2ca7a846e080e6fd0308c454ed9fc18ef14 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 14 Aug 2000 21:16:49 +0000 Subject: always show dialogue --- textw/mouse_text.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textw/mouse_text.py') 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 () -- cgit