mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
fcbfbc8007
commit
d360d08abb
@ -830,7 +830,6 @@ class Enumeration(Base):
|
||||
self.editor.setCurrentIndex(0)
|
||||
|
||||
def connect_data_changed(self, slot):
|
||||
print(1111111111, self.editor)
|
||||
self.editor.currentIndexChanged.connect(slot)
|
||||
self.signals_to_disconnect.append(self.editor.currentIndexChanged)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user