From 9beac537774310fc435bc513ba25a8230b14f0e4 Mon Sep 17 00:00:00 2001 From: John Hoford Date: Fri, 25 Jan 2013 13:28:34 -0800 Subject: add color selection ui to draw Change-Id: Ie2fa3522141e4f98e2b7f805c1ebe3385083bb02 --- src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src_pd/com/android/gallery3d/filtershow') diff --git a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java index 0c73183b2..68fefa1f5 100644 --- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java +++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java @@ -27,6 +27,7 @@ public class EditorManager { editorPlaceHolder.addEditor(new EditorZoom()); editorPlaceHolder.addEditor(new EditorCurves()); editorPlaceHolder.addEditor(new BasicEditor()); + editorPlaceHolder.addEditor(new EditorDraw()); } } -- cgit v1.2.3