File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/eu/barkmin/processing/scratch Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -131,12 +131,12 @@ source.repository=https://github.com/mikebarkmin/processing-library-scratch.git
131
131
# This is used to compare different versions of the same Library, and check if
132
132
# an update is available.
133
133
134
- library.version =18
134
+ library.version =19
135
135
136
136
137
137
# The version as the user will see it.
138
138
139
- library.prettyVersion =1.14.1
139
+ library.prettyVersion =1.14.2
140
140
141
141
142
142
# The min and max revision of Processing compatible with your Library.
Original file line number Diff line number Diff line change @@ -247,9 +247,7 @@ public void draw() {
247
247
} else {
248
248
// get minimum width
249
249
for (String l : lines ) {
250
- System .out .println (l );
251
250
width = Math .max (textBuffer .textWidth (l ), width );
252
- System .out .println (width );
253
251
}
254
252
width = Math .min (width + 16 , this .width );
255
253
}
You can’t perform that action at this time.
0 commit comments