From 1bc931c09606f8a00fd8b41706e918a766389b20 Mon Sep 17 00:00:00 2001 From: John Hoford Date: Thu, 7 Feb 2013 17:39:06 -0800 Subject: Fix tiny planet to work with the new framework Change-Id: I57e87ade6f2cfdfee1b237cdfdf5914244ee98aa --- src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src_pd') diff --git a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java index 5c1d004b6..67ccf9c80 100644 --- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java +++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java @@ -26,6 +26,7 @@ public class EditorManager { public static void addEditors(EditorPlaceHolder editorPlaceHolder) { editorPlaceHolder.addEditor(new EditorZoom()); editorPlaceHolder.addEditor(new EditorCurves()); + editorPlaceHolder.addEditor(new EditorTinyPlanet()); editorPlaceHolder.addEditor(new EditorDraw()); } -- cgit v1.2.3