This commit is contained in:
Kovid Goyal 2022-10-23 09:13:07 +05:30
parent 8537ba6de2
commit 77dc74137f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -93,6 +93,7 @@ class CreateCustomColumn(QDialog):
def __init__(self, gui, caller, current_key, standard_colheads, freeze_lookup_name=False):
QDialog.__init__(self, gui)
self.orig_column_number = -1
self.gui = gui
self.setup_ui()
self.setWindowTitle(_('Create a custom column'))