diff options
author | Erik Troan <ewt@redhat.com> | 2000-07-25 17:19:01 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-07-25 17:19:01 +0000 |
commit | 5d95c102169bf3cf566fa291c417147b148f4b91 (patch) | |
tree | 4beab9a2cccb2f37369b63119091196edf7a695e | |
parent | d9e40913d3337548c8d46706e7057996cf5bf56b (diff) | |
download | anaconda-5d95c102169bf3cf566fa291c417147b148f4b91.tar.gz anaconda-5d95c102169bf3cf566fa291c417147b148f4b91.tar.xz anaconda-5d95c102169bf3cf566fa291c417147b148f4b91.zip |
always probe the mouse
-rw-r--r-- | textw/mouse_text.py | 2 |
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 () |