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:
Philip Ridout 2013-08-20 22:04:01 +02:00 committed by Raoul Snyman
commit d181cd9afb
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ class FormattingTagForm(QtGui.QDialog, Ui_FormattingTagDialog):
has been changed.
"""
self.savePushButton.setEnabled(True)
self.savePushButton.setDefault(True)
def onNewClicked(self):
"""