kopia lustrzana https://github.com/inkstitch/inkstitch
add paired tab's dependent tabs to preset too
rodzic
4b78102632
commit
f4d1843b98
|
@ -371,6 +371,7 @@ class SettingsFrame(wx.Frame):
|
|||
tabs = [current_tab]
|
||||
if current_tab.paired_tab:
|
||||
tabs.append(current_tab.paired_tab)
|
||||
tabs.extend(current_tab.paired_tab.dependent_tabs)
|
||||
tabs.extend(current_tab.dependent_tabs)
|
||||
|
||||
for tab in tabs:
|
||||
|
|
Ładowanie…
Reference in New Issue