mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 20:35:45 +00:00
Exit from edit mode fixed
This commit is contained in:
@@ -113,8 +113,6 @@ import java.awt.FlowLayout;
|
||||
import java.awt.Font;
|
||||
import java.awt.Graphics;
|
||||
import java.awt.Insets;
|
||||
import java.awt.Point;
|
||||
import java.awt.Rectangle;
|
||||
import java.awt.datatransfer.DataFlavor;
|
||||
import java.awt.datatransfer.Transferable;
|
||||
import java.awt.datatransfer.UnsupportedFlavorException;
|
||||
@@ -188,17 +186,12 @@ import javax.swing.tree.TreeCellRenderer;
|
||||
import javax.swing.tree.TreeModel;
|
||||
import javax.swing.tree.TreePath;
|
||||
import javax.swing.tree.TreeSelectionModel;
|
||||
import org.pushingpixels.flamingo.api.common.AbstractCommandButton;
|
||||
import org.pushingpixels.flamingo.api.common.CommandButtonDisplayState;
|
||||
import org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager;
|
||||
import org.pushingpixels.flamingo.api.common.icon.ResizableIcon;
|
||||
import org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuButton;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class MainFramePanel extends JPanel implements ActionListener, TreeSelectionListener, Freed {
|
||||
public final class MainFramePanel extends JPanel implements ActionListener, TreeSelectionListener, Freed {
|
||||
|
||||
private MainFrame mainFrame;
|
||||
private List<SWF> swfs;
|
||||
|
||||
@@ -190,6 +190,7 @@ public class DetailPanel extends JPanel implements ActionListener {
|
||||
|
||||
@Override
|
||||
protected void done() {
|
||||
setEditMode(false);
|
||||
View.showMessageDialog(null, AppStrings.translate("message.trait.saved"));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user