Skip to content
Snippets Groups Projects
Commit c9f9bf62 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

minor bug correction

parent 436d9950
Branches
Tags v3.7.1
No related merge requests found
......@@ -2090,7 +2090,7 @@ public class FlyScanTangoBox extends AbstractTangoBox implements IFlyScanConstan
}
protected ConfigurationGUI getConfigurationGUI(String tabName) {
return getConfigurationGUIAt(getConfigurationTabIndex(Utilities.CURRENT_CONFIG));
return getConfigurationGUIAt(getConfigurationTabIndex(tabName));
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment