prevent duplicate f2 shortcuts via edit current

This commit is contained in:
Damien Elmes 2010-12-12 20:05:00 +09:00
parent c10068efc6
commit bbfe323587

View file

@ -1478,6 +1478,7 @@ not be touched.""") %
def setupEditor(self):
self.editor = ui.facteditor.FactEditor(
self, self.mainWin.fieldsArea, self.deck)
self.editor.clayout.setShortcut("")
self.editor.onFactValid = self.onFactValid
self.editor.onFactInvalid = self.onFactInvalid
self.editor.resetOnEdit = False