Image Editor - Remove initial text.

- Flashing cursor.
This commit is contained in:
Alan Evans
2019-05-15 13:30:08 -03:00
committed by Greyson Parrelli
parent 2de64fca02
commit 95304fe001
3 changed files with 39 additions and 7 deletions

View File

@@ -212,7 +212,7 @@ public final class ImageEditorFragment extends Fragment implements ImageEditorHu
}
protected void addText() {
String initialText = requireContext().getString(R.string.ImageEditorFragment_initial_text);
String initialText = "";
int color = imageEditorHud.getActiveColor();
TextRenderer renderer = new TextRenderer(initialText, color);
EditorElement element = new EditorElement(renderer);