[master 3/3] fix: mnemonics don't work in the welcome screen until user clicks.

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

 



---
 gui.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gui.py b/gui.py
index 8814b5d..c11f971 100755
--- a/gui.py
+++ b/gui.py
@@ -1457,6 +1457,9 @@ class InstallControlWindow:
         self.connectSignals()
         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