From: v13 Date: Fri, 26 Feb 2010 15:51:26 +0000 (+0000) Subject: Fix bug. X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=6678d92e2a398574e11848f3282d084014c5fb5f;hp=77d26e2e8896a5b33c148cc4792792d96d9f1321;p=maegirls Fix bug. --- diff --git a/trunk/src/win.py b/trunk/src/win.py index 9097a9e..d270aae 100755 --- a/trunk/src/win.py +++ b/trunk/src/win.py @@ -270,6 +270,8 @@ class GirlsDialog(QDialog): # The selection works but isn't shown idx2=self.lstm.index(idx, 0) self.lst.setCurrentIndex(idx2) + # Give if focus to show the current selection - is this normal? + self.lst.setFocus(Qt.OtherFocusReason) # Run QDialog.exec_(self)