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

Prefer widget.callback over stack trace check #838

Merged
merged 3 commits into from
Nov 30, 2024

Conversation

webfiltered
Copy link
Contributor

Recent update to LiteGraph included a rename of a local function. This value was being checked to limit calls to the widget value setter.

Behaviour has been replaced with widget callback(), which for combo boxes is always called (once!) when a value is clicked, regardless of any change.

Update to LiteGraph included a rename of a local function.  This value was being checked to prevent unwanted value sets.

This has been replaced with widget callback(), which for combo boxes is always called when a value is clicked, regardless of any change.
Known issue w/widget.callback and setter/getter.
@ltdrdata ltdrdata merged commit d4136bc into ltdrdata:Main Nov 30, 2024
@LukeG89
Copy link

LukeG89 commented Nov 30, 2024

Ok nevermind, I saw now the fix: 1ec3037

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.

3 participants