forked from openlp/openlp
Remove Print add comment
This commit is contained in:
parent
04302b590b
commit
f5ec98f79c
@ -286,7 +286,7 @@ class DisplayTagTab(SettingsTab):
|
|||||||
u'end html': u'</and here>', u'protected': False}
|
u'end html': u'</and here>', u'protected': False}
|
||||||
DisplayTags.add_html_tag(tag)
|
DisplayTags.add_html_tag(tag)
|
||||||
self._resetTable()
|
self._resetTable()
|
||||||
print self.tagTableWidget.rowCount()
|
# Highlight new row
|
||||||
self.tagTableWidget.selectRow(self.tagTableWidget.rowCount() - 1)
|
self.tagTableWidget.selectRow(self.tagTableWidget.rowCount() - 1)
|
||||||
|
|
||||||
def onDefaultPushed(self):
|
def onDefaultPushed(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user