I'm trying out UI Themes of PB 2019.
How can I turn themes off once I have turn any them on?
I have tried:
ApplyTheme("")
ApplyTheme(null)
ApplyTheme("Do Not Use Themes")
All to no avail. I found one solution but it feels like a workaround:
- Copy one of the themes to new folder =
"No Theme"
- Edit
theme.json
to have"drawing":false
for every UI object type. - Perform
ApplyTheme("No Theme")
Is this my not knowing, a bug I should report, or expected behaviour?
TIA /Michael