mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 15:21:54 +00:00
Added #1680 Pinning objects
Fixed Header of display panel not visible on certain color schemes Changed Raw editor does not show tag name in the tree (it's now in the new pinnable head)
This commit is contained in:
@@ -255,8 +255,8 @@ public abstract class MainFrameMenu implements MenuBuilder {
|
||||
}
|
||||
|
||||
if (swf != null) {
|
||||
boolean result = Main.closeAll();
|
||||
if (result) {
|
||||
boolean result = Main.closeAll();
|
||||
if (result) {
|
||||
swf = null;
|
||||
Timer timer = new Timer();
|
||||
timer.schedule(new TimerTask() {
|
||||
|
||||
Reference in New Issue
Block a user