For any further instance of FeatureScout loaded inside the same open_iA window after a first FeatureScout instance, the toolbar remains disabled directly after loading.
Implementation detail: On switching to the new window, open_iA checks whether the current window has FeatureScout loaded (see iAFeatureScoutToolbar::childChanged in modules/FeatureScout/iAFeatureScoutToolbar.cpp, line 93); but at that point, loading the new FeatureScout has not finished yet, so the check fails.
Workaround: After FeatureScout has finished loading, switch to another child window and back to the FeatureScout instance.
For any further instance of FeatureScout loaded inside the same open_iA window after a first FeatureScout instance, the toolbar remains disabled directly after loading.
Implementation detail: On switching to the new window, open_iA checks whether the current window has FeatureScout loaded (see iAFeatureScoutToolbar::childChanged in modules/FeatureScout/iAFeatureScoutToolbar.cpp, line 93); but at that point, loading the new FeatureScout has not finished yet, so the check fails.
Workaround: After FeatureScout has finished loading, switch to another child window and back to the FeatureScout instance.