Internally deal with ASCII

pull/1/head
minizbot2012 4 years ago
parent d53b89beec
commit 48d832516e

@ -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

Loading…
Cancel
Save