mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
665ef9d3b9
commit
780a37161f
@ -173,6 +173,8 @@ class TitleSortEdit(TitleEdit):
|
|||||||
|
|
||||||
def auto_generate(self, *args):
|
def auto_generate(self, *args):
|
||||||
self.current_val = title_sort(self.title_edit.current_val)
|
self.current_val = title_sort(self.title_edit.current_val)
|
||||||
|
|
||||||
|
def break_cycles(self):
|
||||||
try:
|
try:
|
||||||
self.title_edit.textChanged.disconnect()
|
self.title_edit.textChanged.disconnect()
|
||||||
except:
|
except:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user