mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Remember to clear the config before loading a new one.
This commit is contained in:
@@ -1051,6 +1051,8 @@ public:
|
||||
auto formatSelection = formatChoice->GetSelection();
|
||||
if (formatSelection == wxNOT_FOUND)
|
||||
Error() << "no format selected";
|
||||
|
||||
config.Clear();
|
||||
FlagGroup::parseConfigFile(_formatNames[formatChoice->GetSelection()], formats);
|
||||
|
||||
for (auto setting : split(_extraConfiguration, '\n'))
|
||||
|
||||
Reference in New Issue
Block a user