-
Notifications
You must be signed in to change notification settings - Fork 486
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
ValueError: 'hide' is not a valid WindowEventType #3505
Labels
bug
Something isn't working
Comments
|
+1 |
github-project-automation
bot
moved this from 👀 In review
to ✅ Done
in Flet Development
Jun 24, 2024
zrr1999
pushed a commit
to zrr1999/flet
that referenced
this issue
Jul 17, 2024
* Fix flet-dev#3503: `Slider.value` defaults to `min` * Fix flet-dev#3505: add "hide" and "show" to WindowEventType enum * Fix flet-dev#3499: TypeError raised for isinstance check with Union in before_update method - Corrected isinstance check in SnackBar.before_update to use a tuple of types instead of Union, resolving TypeError: "Subscripted generics cannot be used with class and instance checks". * Fix `Page.open()` breaking after multiple calls * Fix flet-dev#3516: delete Page.window.on_resize | deprecate Page.on_resize in favor of Page.on_resized * Page: Typo in on_resized setter decorator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicate Check
Describe the bug
Code
To reproduce
add
'hide'
toWindowEventType
inflet_core\types.py
Expected behavior
No response
Screenshots
No response
Operating System
Windows
Operating system details
win64
Flet version
v0.23.1
Regression
I'm not sure / I don't know
Suggestions
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: