Skip to content
Snippets Groups Projects
Commit 92a4917f authored by Lyle Johnson's avatar Lyle Johnson
Browse files

Corrected indentation in core.rb in response to Ruby 1.9 warnings

parent 1d8eed89
No related branches found
No related tags found
No related merge requests found
......@@ -203,11 +203,11 @@ module Fox
end
class FXScrollArea
# Returns a reference to the scroll corner (an FXScrollCorner instance) for this window.
def scrollCorner
verticalScrollBar.next
end
end
# Returns a reference to the scroll corner (an FXScrollCorner instance) for this window.
def scrollCorner
verticalScrollBar.next
end
end
class FXSettings
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment