Issues with toolbars on osx, FIX
-
Hi all:
On OSX sketchup, there´s a small issue with toolbars reappearing, after closing them, when sketchup is closed an reopened.
Simone, @ google gave me this info, to fix this behavior:
@unknownuser said:
To achieve the same behavior as sandbox tools toolbar they would need to have in their code something along the line of:
Show toolbar if it was open when we shutdown.
state = toolbar.get_last_state if (state == TB_VISIBLE) toolbar.restore end
I have no idea of ruby, so I´m just passing this info along, hoping it helps
Cheers
S
-
Thanks, Santiago. I'll use this from now on.
Advertisement