Fixes #1197659 by seting the default attribut on the save button when the tag is edited

This commit is contained in:
Philip Ridout 2013-08-18 06:48:55 +00:00
parent bb5aacfb6a
commit aee52232d3
1 changed files with 1 additions and 0 deletions

View File

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