← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~phill-ridout/openlp/1197659_2.0 into lp:openlp/2.0

 

Phill has proposed merging lp:~phill-ridout/openlp/1197659_2.0 into lp:openlp/2.0.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  Bug #1197659 in OpenLP: "Delete button in Configure Formatting Tags gets focus"
  https://bugs.launchpad.net/openlp/+bug/1197659

For more details, see:
https://code.launchpad.net/~phill-ridout/openlp/1197659_2.0/+merge/180727

Fixes #1197659 by setting the default attribute on the save button when the tag is edited

-- 
https://code.launchpad.net/~phill-ridout/openlp/1197659_2.0/+merge/180727
Your team OpenLP Core is requested to review the proposed merge of lp:~phill-ridout/openlp/1197659_2.0 into lp:openlp/2.0.
=== modified file 'openlp/core/ui/formattingtagform.py'
--- openlp/core/ui/formattingtagform.py	2013-07-08 16:58:06 +0000
+++ openlp/core/ui/formattingtagform.py	2013-08-18 06:53:15 +0000
@@ -109,6 +109,7 @@
         has been changed.
         """
         self.savePushButton.setEnabled(True)
+        self.savePushButton.setDefault(True)
 
     def onNewClicked(self):
         """


Follow ups