thomthom / SKUI

Ruby wrapper of classes that maps to GUI controls in SketchUp's UI::WebDialogs
MIT License
26 stars 14 forks source link

typo: get_client_size() -> client_size() #72

Closed jimfoltz closed 10 years ago

jimfoltz commented 10 years ago

https://github.com/thomthom/SKUI/blob/master/src/SKUI/window.rb#L105

This line:

client_width, client_height = get_client_size()

should be

client_width, client_height = client_size()