Skip to content

Commit

Permalink
minor tweek #383
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecil committed Dec 9, 2017
1 parent 4233022 commit 4ac54ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/events/event4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def click(btn,x,y,mods)
@btn = button "button" do
@eb.append "Button clicked\n"
end
#@tw = test_widget {|btn,x,y,mods| @eb.append "User Widget: #{btn} at #{x},#{y} with #{mods}\n"}
@tw = test_widget {|btn,x,y,mods| @eb.append "User Widget: #{btn} at #{x},#{y} with #{mods}\n"}
end
@eb = edit_box width: 500, height: 200
stroke blue
Expand Down

0 comments on commit 4ac54ab

Please sign in to comment.