Internally deal with ASCII

pull/3/head
Minizbot2012 4 years ago
parent d842bfde49
commit d5d9c7e35e
No known key found for this signature in database
GPG Key ID: 977C8ADE12361917

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