This commit is contained in:
sfop
2016-10-11 14:36:08 +02:00
parent 8711317898
commit 81b0792661
2 changed files with 12 additions and 12 deletions

View File

@@ -150,7 +150,7 @@ public class ScreenPanel extends Panel {
imageBufferOverlay = new Text(renderer.getPenErrorText(), "", new Font("Verdana", Font.PLAIN, 12), new Point(-100, 20));
imageBufferOverlay.setFixed(true);
imageBufferOverlay.setAnchor(Overlay.ANCHOR_VIEWPORT_TOP_RIGHT);
if (MainFrame.IS_DARK){
if (MainFrame.isDark()){
textState.setEnabled(true);
}
}