diff --git a/lib/fox16/core.rb b/lib/fox16/core.rb index 041a586672858fd3cba4ffd19e498b73ddf969b4..401f8ea0d91a6d3c81770275445f7dcd5d21181b 100755 --- a/lib/fox16/core.rb +++ b/lib/fox16/core.rb @@ -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 #