mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 02:45:35 +00:00
Added: Show in Simple editor context menu item for timelined items (sprites, buttons, swfs)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user