From aee52232d38710c312b301dcc64feef586ba003c Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Sun, 18 Aug 2013 06:48:55 +0000 Subject: [PATCH] Fixes #1197659 by seting the default attribut on the save button when the tag is edited --- openlp/core/ui/formattingtagform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/ui/formattingtagform.py b/openlp/core/ui/formattingtagform.py index 6b10b4d00..f2a529527 100644 --- a/openlp/core/ui/formattingtagform.py +++ b/openlp/core/ui/formattingtagform.py @@ -109,6 +109,7 @@ class FormattingTagForm(QtGui.QDialog, Ui_FormattingTagDialog): has been changed. """ self.savePushButton.setEnabled(True) + self.savePushButton.setDefault(True) def onNewClicked(self): """