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
I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
This issue only relates to a single bug. I will open new issues for any other problems.
Describe the bug
I create symple gui (inspirate with defyne editor) and sometime it render good and sometime bad ..., when render bad, buttons still register mouse at ridht place ...
CPU: AMD Ryzen 9 5950X (32) @ 3.400GHz
GPU: NVIDIA GeForce RTX 3060 Ti Lite Hash Rate
Kernel: 6.6.10-76060610-generic
+
do not worry folder blackCL is not embedded .... until error with fyne will be during
The text was updated successfully, but these errors were encountered:
You have put your entire UI into a container without a layout, and have not added any layout code.
This is not a good idea, you should consider using a standard layout or actually putting layout code in your app.
space := container.NewWithoutLayout(spaceNormal)
However, I think the bug you are describing is a duplicate of #4431
Checklist
Describe the bug
I create symple gui (inspirate with defyne editor) and sometime it render good and sometime bad ..., when render bad, buttons still register mouse at ridht place ...
How to reproduce
Screenshots
good:
bad
Example code
Fyne version
fyne.io/fyne/v2 v2.4.4
Go compiler version
1.22.0
Operating system and version
Pop!_OS 22.04 LTS x86_64
Additional Information
CPU: AMD Ryzen 9 5950X (32) @ 3.400GHz
GPU: NVIDIA GeForce RTX 3060 Ti Lite Hash Rate
Kernel: 6.6.10-76060610-generic
+
do not worry folder blackCL is not embedded .... until error with fyne will be during
The text was updated successfully, but these errors were encountered: