Skip to content

Commit da92707

Browse files
committed
fix button
1 parent 09ba512 commit da92707

File tree

1 file changed

+1
-1
lines changed
  • processing_app/library/control_panel

1 file changed

+1
-1
lines changed

processing_app/library/control_panel/button.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def setup
88
c.look_feel 'Nimbus'
99
c.title 'Control Button'
1010
c.button :color_background # see method below
11-
c.button :exit! { exit } # example of a button with a simple block
11+
c.button(:exit!) { exit } # example of a button with a simple block
1212
@panel = c
1313
end
1414
color_mode RGB, 1

0 commit comments

Comments
 (0)