From 99fa4e29da7c3fa9df012378640442b59ebd1724 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 22 May 2008 15:48:51 +0000 Subject: Bugfix --- sources/simulator/VSSimulation.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sources/simulator/VSSimulation.java') diff --git a/sources/simulator/VSSimulation.java b/sources/simulator/VSSimulation.java index 4da367b..4751f4a 100644 --- a/sources/simulator/VSSimulation.java +++ b/sources/simulator/VSSimulation.java @@ -896,12 +896,19 @@ public class VSSimulation extends JPanel { /* addPanel */ localAddPanel.remove(2); } - tabbedPane.setSelectedIndex(selectedIndex); + /* Update the 'Variables tab' */ + + + /* Update the tools panel */ loggingPanel.remove(1); loggingPanel.add(createToolsPanel(), BorderLayout.SOUTH); updateUI(); } + + public VSPrefs getPrefs() { + return prefs; + } } -- cgit v1.2.3