UnboxTheCat

Results 2 comments of UnboxTheCat

This bug still occurs frequently as of 2023 April. I am trying to change the seeker progress with a GUI slidebar, but it crashes if I send the request too...

![image](https://github.com/fyne-io/fyne/assets/38232257/c5d4fc85-5f26-44a4-b2c0-b1bbaa17a8ca) Suffering the same issues on my app as well. ```go //create album button titleEntry := widget.NewEntry() titleEntry.PlaceHolder = "Enter title:" createButton := cwidget.NewButtonWithIcon("", theme.FolderNewIcon(), func() { dialog.ShowCustomConfirm( resource.KAlbumTitleDialogTitle, resource.KAlbumTitleConfirmTitle,...