MicroFix
This commit is contained in:
@@ -130,8 +130,10 @@ public class GUI extends Application implements IView {
|
||||
@Override
|
||||
public void showError(String message) {
|
||||
Platform.runLater(() -> {
|
||||
controllerMain.isError = true;
|
||||
controllerMain.render();
|
||||
synchronized (miniModel) {
|
||||
controllerMain.isError = true;
|
||||
controllerMain.render();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user