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:
Jindra Petřík
2022-11-19 13:35:37 +01:00
parent fdcbe59cec
commit 96c63be654
22 changed files with 866 additions and 48 deletions

View File

@@ -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() {