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
@Jacalz this occurs when set content is called after show, but does not occur when set content is set before show. Updated ticket with screenshots and example code. Since this is a behavior change 2.5.3->2.6.0 this is probably a bug, but maybe not.
hkparker
changed the title
window.Resize is not respected at startup with 2.6.0-pre
window.Resize is not respected at startup with 2.6.0-pre when SetContent is called after Show
Jan 25, 2025
I didn't notice it start large, from my perspective it just appears the wrong size. I moved things around in my code have it working by calling Show later, but is SetContent supposed to resize the window like this?
Checklist
Describe the bug
window.Resize
does not apply ifwindow.SetContent
is called afterwindow.Show
It used to in 2.5.3. Is this behavior we should keep in 2.6.0?
How to reproduce
call
window.SetContent
afterwindow.Show
Screenshots
2.5.3:
bb1657e:
Example code
Fyne version
bb1657e
Go compiler version
go1.23.4 linux/amd64
Operating system and version
Arch Linux
Additional Information
No response
The text was updated successfully, but these errors were encountered: