forked from openlp/openlp
Fix bug #1197659 by setting the default attribute on the save button when the tag is edited
bzr-revno: 2158 Fixes: https://launchpad.net/bugs/1197659
This commit is contained in:
commit
d181cd9afb
@ -109,6 +109,7 @@ class FormattingTagForm(QtGui.QDialog, Ui_FormattingTagDialog):
|
||||
has been changed.
|
||||
"""
|
||||
self.savePushButton.setEnabled(True)
|
||||
self.savePushButton.setDefault(True)
|
||||
|
||||
def onNewClicked(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user