-
Notifications
You must be signed in to change notification settings - Fork 286
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
Button and Slider Widgets #844
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #844 +/- ##
=========================================
- Coverage 50.85% 50.76% -0.1%
=========================================
Files 263 265 +2
Lines 23846 24046 +200
Branches 3252 3270 +18
=========================================
+ Hits 12128 12206 +78
- Misses 10931 11053 +122
Partials 787 787
Continue to review full report at Codecov.
|
|
||
def _scene_changed(self, old, new): | ||
if self._actors_added: | ||
old.remove_wdigets(self.widgets) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo, and the fact that this wasn't caught suggests no tests, can you please add a simple test so this is exercised?
This will allow the user to add a slider, button to the scene and associate callbacks with these widgets.