[rhel6-branch] fix: mnemonics don't work in the welcome screen until user clicks (#587157).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



this is a merge from the master branch, commit
56938383760f53992830e0a3b9487a085851f192.
---
 gui.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gui.py b/gui.py
index 846f145..4e8eb6d 100755
--- a/gui.py
+++ b/gui.py
@@ -1470,6 +1470,9 @@ class InstallControlWindow:
 
         self.setScreen()
         self.window.show()
+        # calling present() will focus the window in the winodw manager so
+        # the mnemonics work without additional clicking
+        self.window.present()
             
     def busyCursorPush(self):
         rootPushBusyCursor()
-- 
1.6.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux