Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
⚠️ Important | Libfredo 15.6b introduces important bugfixes for Fredo's Extensions Update
UI::set_toolbar_visible on mac - bugged?
-
UI::toolbar_namesreturns two strings on Mac. I can use those strings to show two toolbars. But I can't hide them again. Bug or some weird Mac thing I'm not understanding.> UI;;toolbar_names ["GoogleToolPaletteController", "ToolPaletteController"] > UI;;set_toolbar_visible("GoogleToolPaletteController", true) true > UI;;set_toolbar_visible("ToolPaletteController", true) true > UI;;set_toolbar_visible("ToolPaletteController", false) true > UI;;set_toolbar_visible("GoogleToolPaletteController", false) trueThe return value of
UI::set_toolbar_visibleis suppose to be the newly set visibility. Notice that on Mac it always return true.
Advertisement