diff --git a/ui/bind/popup.go b/ui/bind/popup.go index 1813c31..eca5f6c 100644 --- a/ui/bind/popup.go +++ b/ui/bind/popup.go @@ -61,7 +61,7 @@ func (bp *Page) createGrid() *fyne.Container { //Create the binding page popup func (bp *Page) Create(bid string) fyne.CanvasObject { bp.dev = make(map[string]fyne.CanvasObject) - bp.dev["BL"] = widget.NewLabel(keys.ASCIIToCommon(bp.Bind.Bound)) + bp.dev["BL"] = widget.NewLabel(keys.ASCIIToCommon[bp.Bind.Bound]) pop := widget.NewVBox(bp.dev["BL"], bp.createGrid()) bp.window.Canvas().SetOnTypedKey(bp.TypeKey) return pop