mateoconlechuga / cesium

A GUI shell for the TI-84+CE
BSD 3-Clause "New" or "Revised" License
247 stars 17 forks source link

Disables/changes the AppChange hook without restoring #241

Closed LogicalJoe closed 11 months ago

LogicalJoe commented 1 year ago

On running the application (and running an application, among other things), Cesium will disable the AppChange hook. When editing a program the hook is used but not restored (which doesn't matter because the flag is zeroed anyway). This breaks some of TI's app functionality, shown below is Transformation Graphing's [Format] menu, which is reset to the default menu when Cesium is entered/exited because the appchange hook is uninstalled, this is not the only thing it handles for this app but is one of the most obvious. Transformation-Appchangehook-disabled

mateoconlechuga commented 11 months ago

fixed in 9b47151