Update the tab indexes. Fix a problem where copying on the simulation
tab switched to the configuration tab
This commit is contained in:
parent
cbb9a48435
commit
635c8bf143
@ -119,7 +119,8 @@ public class BasicFrame extends JFrame {
|
|||||||
private static final int SHORTCUT_KEY = Toolkit.getDefaultToolkit().getMenuShortcutKeyMask();
|
private static final int SHORTCUT_KEY = Toolkit.getDefaultToolkit().getMenuShortcutKeyMask();
|
||||||
|
|
||||||
public static final int COMPONENT_TAB = 0;
|
public static final int COMPONENT_TAB = 0;
|
||||||
public static final int SIMULATION_TAB = 1;
|
public static final int CONFIGURATION_TAB = 1;
|
||||||
|
public static final int SIMULATION_TAB = 2;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user