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
The dialogs are not correctly refreshed when calling .Show() on a dialog that has already been created. This can be indicated by saving a reference to a dialog, hiding that dialog and then either changing the theme or resizing the window causes it to have the wrong colour or being at the wrong screen position.
To Reproduce:
Steps to reproduce the behaviour:
Save a reference to a dialog
Open the dialog
Resize the window and/or change theme
Notice incorrect size, position and/or wrong theme
* fix modalPopUpRenderer refresh and refresh dialog when it is shown to fix#1866
* update themedBackgroundRenderer functions to respect fyne style guidelines
* fix modalPopUpRenderer refresh and refresh dialog when it is shown to fix#1866
* update themedBackgroundRenderer functions to respect fyne style guidelines
Conflicts:
dialog/base.go
Describe the bug:
The dialogs are not correctly refreshed when calling .Show() on a dialog that has already been created. This can be indicated by saving a reference to a dialog, hiding that dialog and then either changing the theme or resizing the window causes it to have the wrong colour or being at the wrong screen position.
To Reproduce:
Steps to reproduce the behaviour:
Screenshots:
Example code:
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: