Fehler bei Vollbild und NinePAtch behoben

This commit is contained in:
2026-07-15 18:39:54 +02:00
parent 6cf8f52faf
commit 975161e2cc
4 changed files with 26 additions and 24 deletions

View File

@@ -7331,9 +7331,6 @@ public class EditorApp extends Application {
final boolean isNewGame = pendingNewGame;
pendingNewGame = false;
// Editor minimieren, damit das GLFW-Vollbild-Fenster keinen Focus-Konkurrenten hat.
// GLFW_AUTO_ICONIFY würde das Vollbild-Fenster sonst sofort minimieren, weil der
// Editor beim Starten noch den Fokus hat. Der JVM-Start des Spiels dauert mehrere
// Sekunden das Fenster ist längst minimiert, bevor GLFW das Fenster anlegt.
Platform.runLater(() -> { if (primaryStage != null) primaryStage.setIconified(true); });
new Thread(() -> {
try {