We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2988db3 commit 4a875d9Copy full SHA for 4a875d9
widget/entry_password.go
@@ -83,5 +83,5 @@ func (r *passwordRevealerRenderer) Refresh() {
83
if r.entry.disabled.Load() {
84
r.icon.Resource = theme.NewDisabledResource(r.icon.Resource)
85
}
86
- canvas.Refresh(r.icon)
+ r.icon.Refresh()
87
0 commit comments