oops: fix infinite recursion in TextRestrictedEntry
This commit is contained in:
@@ -36,7 +36,7 @@ func (e *TextRestrictedEntry) TypedShortcut(s fyne.Shortcut) {
|
|||||||
if s.ShortcutName() == (&fyne.ShortcutPaste{}).ShortcutName() {
|
if s.ShortcutName() == (&fyne.ShortcutPaste{}).ShortcutName() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
e.TypedShortcut(s)
|
e.Entry.TypedShortcut(s)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e *TextRestrictedEntry) SetMinCharWidth(numChars int) {
|
func (e *TextRestrictedEntry) SetMinCharWidth(numChars int) {
|
||||||
|
|||||||
Reference in New Issue
Block a user