mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix missing resize image
This commit is contained in:
@@ -64,7 +64,7 @@ public class EditorLineStatus extends JComponent {
|
||||
high = mode.getInteger("linestatus.height");
|
||||
|
||||
if (Base.isMacOS()) {
|
||||
resize = mode.loadImage("resize.gif");
|
||||
resize = mode.loadImage("theme/resize.gif");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -95,21 +95,18 @@ X 'book' examples will be another category
|
||||
X i'll add vida examples, can offer to others if they want
|
||||
X should be "Getting Started" not GettingStarted
|
||||
X window that opens and contains list of examples
|
||||
_ examples button on toolbar?
|
||||
_ also, move open to a submenu?
|
||||
_ then we'd have open / recent / sketchbook
|
||||
|
||||
regressions
|
||||
X test code folder on desktop
|
||||
X with applet
|
||||
X with application
|
||||
_ test controlp5 on app
|
||||
_ test controlp5 on applet
|
||||
_ test code folder on android
|
||||
X test controlp5 on app
|
||||
X test controlp5 on applet
|
||||
X test code folder on android
|
||||
X resize image not shown in lower-right of window
|
||||
_ test libraries on android
|
||||
_ test opengl on android
|
||||
_ test .java files on desktop version
|
||||
_ resize image not shown in lower-right of window
|
||||
|
||||
_ from jer: 'unexpected token void' for any type of error
|
||||
_ (due to fallback in preprocessor)
|
||||
@@ -118,6 +115,9 @@ _ http://code.google.com/p/processing/issues/detail?id=551
|
||||
|
||||
_ untitled sketches not working properly
|
||||
|
||||
discuss w/ casey
|
||||
_ examples button on toolbar? open / recent / sketchbook?
|
||||
|
||||
ugliness
|
||||
_ inside AndroidPreprocessor
|
||||
_ processing.mode.java.JavaBuild.scrubComments(sketch.getCode(0).getProgram())
|
||||
|
||||
Reference in New Issue
Block a user