OpenXTalk-org / OpenXtalk-IDE-DontPanicEdition

OpenXTalk DON'T PANIC! Edition cross-platform integrated development environment (IDE) with a foundation built on xTalk Scripting Languages. This repo contains the OXT IDE that is built with and runs on of an XTalk Engine.
https://forums.openxtalk.org/
18 stars 7 forks source link

fix for LC bug report 22297 - needs unsubscribe #17

Open mwieder opened 1 year ago

mwieder commented 1 year ago

This patches the property inspector to do a revUnsubscribeAll on closing.

The problem reported in bug report 22297 being that the property inspector subscribes to the idePropertyChanged message but doesn't unsubscribe from that message if the selected object hasn't changed, as for example if you try to edit the script of an object after having looked at its properties. This will trigger a recurring error display and require closing the IDE.