Make group-all-in-tab work at all with editablelabel
This commit is contained in:
parent
26aad830e6
commit
3aa86e4db0
@ -1767,7 +1767,7 @@ text/plain
|
||||
terms = self.find_all_terms_in_tab(notebook)
|
||||
|
||||
notebooktablabel = notebook.get_tab_label(notebookchild)
|
||||
if notebooktablabel.custom is True:
|
||||
if notebooktablabel._label._custom is True:
|
||||
groupname = notebooktablabel.get_title()
|
||||
|
||||
if groupname == "":
|
||||
|
Loading…
Reference in New Issue
Block a user