In the application I am using, a MapView is implemented rather than a MapEditor. While developing stuff, I faced an issue that the toolbar of the view showed ModalTool's several times, which should not be the case.
Reproduction steps:
Add a shapefile as a layer
Create a new object using the edit-tools on this shapefile-layer
Close Map
Open the Map again (Show View / Map)
ModalTools are duplicated (ActionTools are not though!)
Select tool Zoom/Pan/Info --> no change, bug still remains
BUT: EditTool (Create Polygon) --> clean-up of toolbar is done, ModalTools are shown once
In the application I am using, a MapView is implemented rather than a MapEditor. While developing stuff, I faced an issue that the toolbar of the view showed ModalTool's several times, which should not be the case.
Reproduction steps: