You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My hardware is compatible and my graphics drivers are up-to-date.
What happened?
The resizable data member of the struct iced::window::Settings struct when set to false is not disabling the minimize button in the menu bar in the latest iced 0.10.0 version.
Success Case:
It was working as expected in the older versions of iced till iced 0.9.0.
This the screen shot of progress example built with iced 0.9.0. Here the maximize button is disable when the resizable was set to false:
Failure Case:
This the screen shot of progress example built with iced 0.10.0. Here the maximize button is still enabled even if the resizable is set to false:
Here's the code snippet to reproduce and test the behavior:
mayankjoshii
changed the title
"resizable" set to false is not disabling the maximize button in iced 0.10.0 but was working earlier versions
"resizable" set to false is not disabling the maximize button in iced 0.10.0 but was working in earlier versions
Oct 26, 2023
yes this fix is working. I have attached the success case screenshot with iced 0.10.0
Can you please commit and merge this change to the iced 0.10.0 branch, as our project will be referring to that branch and downloading the code at build time using cargo?
This fix is yet not integrated in the iced 0.10.0 version. Can we expect this fix to be added to the iced winit 0.10 version or any minor release like 0.10.1 as we are dependent on that particular version and choosing some other branch will cause retest of entire GUI application
If updating the version 0.10.0 is not possible then how can we fetch the master version at runtime as we can’t carry the iced code since master is not a major release hence will not be stable and moreover we are downloading crates at runtime.
Is there an existing issue for this?
Is this issue related to iced?
What happened?
The
resizable
data member of the struct iced::window::Settings struct when set tofalse
is not disabling the minimize button in the menu bar in the latest iced 0.10.0 version.Success Case:
It was working as expected in the older versions of iced till iced 0.9.0.
This the screen shot of progress example built with iced 0.9.0. Here the maximize button is disable when the
resizable
was set tofalse
:Failure Case:
This the screen shot of progress example built with iced 0.10.0. Here the maximize button is still enabled even if the
resizable
is set tofalse
:Here's the code snippet to reproduce and test the behavior:
Please prioritize this as this is blocking our product release.
What is the expected behavior?
The functionality should not break and maximize button should be disabled when
resizable
is set tofalse
.Version
master
Operating System
Windows
Do you have any log output?
The text was updated successfully, but these errors were encountered: