-
Beta Was this translation helpful? Give feedback.
Answered by
psifertex
Feb 10, 2022
Replies: 1 comment 3 replies
-
Yes, this is a result of the UI refactor that changed how the window hierarchy works. Something like this worked for me: for tab in UIContext.activeContext().getTabs():
if tab.getTabName() == "ls":
UIContext.activeContext().activateTab(tab) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
psifertex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this is a result of the UI refactor that changed how the window hierarchy works. Something like this worked for me: