diff --git a/ui/widgets/textrestrictedentry.go b/ui/widgets/textrestrictedentry.go index fc6aa2b..b689a05 100644 --- a/ui/widgets/textrestrictedentry.go +++ b/ui/widgets/textrestrictedentry.go @@ -36,7 +36,7 @@ func (e *TextRestrictedEntry) TypedShortcut(s fyne.Shortcut) { if s.ShortcutName() == (&fyne.ShortcutPaste{}).ShortcutName() { return } - e.TypedShortcut(s) + e.Entry.TypedShortcut(s) } func (e *TextRestrictedEntry) SetMinCharWidth(numChars int) {