forked from openlp/openlp
Fixes #1197659 by seting the default attribut on the save button when the tag is edited
This commit is contained in:
parent
bb5aacfb6a
commit
aee52232d3
@ -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):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user