Skip to content
Snippets Groups Projects
Commit 4323b7f0 authored by helene ortiz's avatar helene ortiz
Browse files

Fixed bug family plugin

parent 7b9f2a22
No related branches found
Tags 4.3.24
No related merge requests found
5.2.3 15/01/2025
-----
* Reset PluginConfigParser's isSettings field to false.
* Delete unused "all axis" family plugin.
5.2.2 10/01/2025
-----
* Introduce a new option, 'spiesInBackground,' that allows to display spies in the background when Nomad does not have the focus.
......
......@@ -201,6 +201,8 @@ public class PluginConfigParser extends GenericParser {
pluginDescriptor.setCommandPluginPeerClass("SWTSettingsControllerCommandPluginPeer");
}
}
// Absolutely essential, otherwise isSettings is never reset !!!
isSettings = false;
}
}
......
axisFamilyPlugin.xml
conditionsPlugin.xml
instrumentsFamilyPlugin.xml
sampleEnvironmentFamilyPlugin.xml
......
<family_plugin_config family="Axis" types="axis">
<image key="MULTIPLE_AXIS"/>
<settings view="allAxisView.xml"/>
</family_plugin_config>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment