Render text during text editing and show old text in background with lighter color: fix

This commit is contained in:
honfika@gmail.com
2014-12-19 22:53:12 +01:00
parent b857f01cc9
commit 395cfc08a2

View File

@@ -629,6 +629,9 @@ public final class ImagePanel extends JPanel implements ActionListener, MediaDis
timer.cancel();
timer = null;
}
textTag = null;
newTextTag = null;
}
private void nextFrame(int counter) {