summaryrefslogtreecommitdiffstats
path: root/textw/mouse_text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-07-25 17:19:01 +0000
committerErik Troan <ewt@redhat.com>2000-07-25 17:19:01 +0000
commit5d95c102169bf3cf566fa291c417147b148f4b91 (patch)
tree4beab9a2cccb2f37369b63119091196edf7a695e /textw/mouse_text.py
parentd9e40913d3337548c8d46706e7057996cf5bf56b (diff)
downloadanaconda-5d95c102169bf3cf566fa291c417147b148f4b91.tar.gz
anaconda-5d95c102169bf3cf566fa291c417147b148f4b91.tar.xz
anaconda-5d95c102169bf3cf566fa291c417147b148f4b91.zip
always probe the mouse
Diffstat (limited to 'textw/mouse_text.py')
-rw-r--r--textw/mouse_text.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/textw/mouse_text.py b/textw/mouse_text.py
index c9b8e594a..ce39b8c82 100644
--- a/textw/mouse_text.py
+++ b/textw/mouse_text.py
@@ -33,6 +33,8 @@ class MouseDeviceWindow:
class MouseWindow:
def __call__(self, screen, mouse):
+ if mouse.probed(): return
+
mice = mouse.available ().keys ()
mice.sort ()
(default, emulate) = mouse.get ()