Native Window configurations don't live reload #892
Slanderkin
started this conversation in
General
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for pointing this out, @Slanderkin! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed in my own testing that when you change the minimium size of the window with a live reload that it doesn't actually change this window configuration option. I believe (as reasoned below) this will affect basically all window configuration parameters when live reloading.
Test it here:
I don't think this is an issue with NiceGui as looking at pywebview this config option is set on window create so it won't take affect when a new window is not created (like in the live reload). I guess that window start will have the same thing happen although I didn't test that.
My main goal with this post is to just raise awareness that this is the case if someone in the future runs across this thinking its a NiceGui bug.
Beta Was this translation helpful? Give feedback.
All reactions