From 40131d2264a9f31d2aebe94ce6ced05f07fd235d Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 6 Mar 2011 23:34:17 +0000 Subject: [PATCH] fix missing resize image --- app/src/processing/app/EditorLineStatus.java | 2 +- todo.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/processing/app/EditorLineStatus.java b/app/src/processing/app/EditorLineStatus.java index 04c0d8911..1069b742a 100644 --- a/app/src/processing/app/EditorLineStatus.java +++ b/app/src/processing/app/EditorLineStatus.java @@ -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"); } } diff --git a/todo.txt b/todo.txt index d8bdca77c..73d1e166a 100644 --- a/todo.txt +++ b/todo.txt @@ -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())