Skip to content

Commit

Permalink
Made slider handle show tip (only the runner showed it before).
Browse files Browse the repository at this point in the history
  • Loading branch information
bil-bas committed Feb 26, 2012
1 parent b81fd56 commit 701e7bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/fidgit/elements/slider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def initialize(options = {}, &block)
@drag_start_pos = nil
end
end

def tip; parent.tip; end
end

event :changed
Expand Down

0 comments on commit 701e7bf

Please sign in to comment.