Using the inspector menu button to select view modes, the accordion panes are removed and added, based on selection. There is an instant where the accordion.getExpandedPane() value is null, and that should be filtered out from the switch expression in InspectorPanelController::expandedSectionChanged
Issue
Fixes #771
Using the inspector menu button to select view modes, the accordion panes are removed and added, based on selection. There is an instant where the
accordion.getExpandedPane()
value is null, and that should be filtered out from the switch expression inInspectorPanelController::expandedSectionChanged
Progress