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

Fix ipynb PushButton #464

Merged
merged 1 commit into from
Oct 22, 2022
Merged

Fix ipynb PushButton #464

merged 1 commit into from
Oct 22, 2022

Conversation

hanjinliu
Copy link
Contributor

Fixes #463 .

The reason was that ValueWidget._on_value_changed does not emit signal with the default argument value=None.

@codecov
Copy link

codecov bot commented Oct 22, 2022

Codecov Report

Merging #464 (b887514) into main (f4c605f) will decrease coverage by 0.01%.
The diff coverage is 75.00%.

@@            Coverage Diff             @@
##             main     #464      +/-   ##
==========================================
- Coverage   87.82%   87.80%   -0.02%     
==========================================
  Files          31       31              
  Lines        4156     4159       +3     
==========================================
+ Hits         3650     3652       +2     
- Misses        506      507       +1     
Impacted Files Coverage Δ
magicgui/backends/_ipynb/widgets.py 64.25% <75.00%> (+0.03%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@tlambert03 tlambert03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this! Will be fun to have a little more notebook usage :)

@tlambert03 tlambert03 merged commit cc3cfd8 into pyapp-kit:main Oct 22, 2022
@tlambert03 tlambert03 added the bug Something isn't working label Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PushButton clicked event is not triggered
2 participants