Added: Show in Simple editor context menu item for timelined items (sprites, buttons, swfs)

This commit is contained in:
Jindra Petřík
2025-05-09 11:21:34 +02:00
parent 892ddf4706
commit beb3bd5d14
7 changed files with 47 additions and 29 deletions

View File

@@ -301,7 +301,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
private final JPanel welcomePanel;
private final EasyPanel easyPanel;
public final EasyPanel easyPanel;
private final MainFrameStatusPanel statusPanel;
@@ -5623,10 +5623,6 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
public boolean showView(int view) {
View.checkAccess();
if (view == VIEW_EASY && !EasyPanel.EASY_AVAILABLE) {
view = VIEW_RESOURCES;
}
setTreeModel(view);
switch (view) {
case VIEW_DUMP: