pharo-graphics / Roassal

The Roassal Visualization Engine
MIT License
14 stars 8 forks source link

Installing or running Roassal has left an unnecessary item persisting on the world menu. #72

Open vonHabsi opened 1 week ago

vonHabsi commented 1 week ago

After an attempt to install and run Roassal (which was eventually successful) a persistent menu item has been added to the top level of the image's menu.

The menu label is Load full version and after searching the image it is coming from a RSWorldMenu menu06LoadFullVersionOn method which triggers the RSWorldMenu loadFullVersion event.

I don't know why it should still be there, perhaps due the fact that the Full version was not installed the first time.

Is this a standard feature of Roassal or is it some kind of stuck state that is causing it to persist, or is it due to some cached or compiled menu state which needs to be cleared and rebuilt?