This commit is contained in:
Kovid Goyal 2024-11-15 12:19:18 +05:30
parent fcbfbc8007
commit d360d08abb
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -830,7 +830,6 @@ class Enumeration(Base):
self.editor.setCurrentIndex(0) self.editor.setCurrentIndex(0)
def connect_data_changed(self, slot): def connect_data_changed(self, slot):
print(1111111111, self.editor)
self.editor.currentIndexChanged.connect(slot) self.editor.currentIndexChanged.connect(slot)
self.signals_to_disconnect.append(self.editor.currentIndexChanged) self.signals_to_disconnect.append(self.editor.currentIndexChanged)