Save and restore cursor?
-
I'd like to come back from using my tool with the previous cursor restored or lacking that switch to the nil cursor. I realize this implies a switch back to the previous tool selected. Is there some ruby API way to accomplish this?
-
model.tools.push_tool(tool) model.tools.pop_tool
http://www.sketchup.com/intl/en/developer/docs/ourdoc/tools#push_tool
-
@thomthom said:
model.tools.push_tool(tool) model.tools.pop_tool
http://www.sketchup.com/intl/en/developer/docs/ourdoc/tools#push_tool
My thanks...and off to read the fine manual (err...what manual?) again
Advertisement