From 635c8bf1432efcf25ab03ae7e68295802f323045 Mon Sep 17 00:00:00 2001 From: kruland Date: Thu, 12 Dec 2013 20:04:59 -0600 Subject: [PATCH] Update the tab indexes. Fix a problem where copying on the simulation tab switched to the configuration tab --- swing/src/net/sf/openrocket/gui/main/BasicFrame.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swing/src/net/sf/openrocket/gui/main/BasicFrame.java b/swing/src/net/sf/openrocket/gui/main/BasicFrame.java index 18db61569..aa5cf6928 100644 --- a/swing/src/net/sf/openrocket/gui/main/BasicFrame.java +++ b/swing/src/net/sf/openrocket/gui/main/BasicFrame.java @@ -119,7 +119,8 @@ public class BasicFrame extends JFrame { private static final int SHORTCUT_KEY = Toolkit.getDefaultToolkit().getMenuShortcutKeyMask(); 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; /**