Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibGUI: onUpdate() backward compatibility #154

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

frankiearzu
Copy link
Contributor

@frankiearzu frankiearzu commented Jun 11, 2024

Fixes #153
Fix LibGUI to be backward compatible when calling the method "update()" who was renamed to "onUpdate()".
Now works both ways.

It was braking SoarETX, but we really don't know if other scripts using LibGui could have the same problem.

image

Fix LibGUI to be backward compatible when calling the method "update()" who was renamed to "onUpdate()"
@frankiearzu frankiearzu changed the title Backward compatibility support LibGUI: Backward compatibility improvement Jun 11, 2024
@pfeerick
Copy link
Member

For reference, it was changed in #123, so was a relatively recent (minor) API breaking change ;)

Thanks for updating both copies of the library. :)

@pfeerick pfeerick changed the title LibGUI: Backward compatibility improvement LibGUI: onUpdate() compatibility improvement Jun 11, 2024
@pfeerick pfeerick changed the title LibGUI: onUpdate() compatibility improvement LibGUI: onUpdate() backward compatibility Jun 11, 2024
@pfeerick pfeerick merged commit b449022 into EdgeTX:master Jun 11, 2024
2 checks passed
pfeerick added a commit that referenced this pull request Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LibGui backward compatibility fix.
2 participants