Skip to content

Commit 9f1dd8b

Browse files
committed
bump version
1 parent a1d6567 commit 9f1dd8b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# propane-examples
2-
Example Sketches for propane-2.3.1 see also [Example-Sketches][examples] for JRubyArt (many of with only need to be class wrapped to run with propane).
2+
Example Sketches for propane-2.3.2+ features updated control_panel library (replacing `c.title = 'PaneTitle'` with `c.title('PaneTitle')`) also enable use of `block` with `button's`.
3+
See also [Example-Sketches][examples] for JRubyArt (many of with only need to be class wrapped to run with propane).
34

45
WIP to complete translation from JRubyArt to propane using [this conversion tool][conversion], and by replacing `Processing::Proxy` with `Propane::Proxy`, and unnest some classes as required.
56

external_library/gem/toxiclibs/boolean_shapes.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def setup
1818
@gfx = Gfx::ToxiclibsSupport.new(self)
1919
@bool = KEY.zip(TYPE).to_h
2020
control_panel do |c|
21-
c.title = 'Select Type'
21+
c.title 'Select Type'
2222
c.menu :type, KEY, 'union'
2323
@panel = c
2424
end

0 commit comments

Comments
 (0)