diff options
| author | Jeff Carr <[email protected]> | 2019-06-01 14:10:12 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-01 14:10:12 -0700 |
| commit | a6886866a9c70b9dae58e5811c68e3824ce40a43 (patch) | |
| tree | f92495beb3384c76d1b4f3ca1697020f804ad83b /area.go | |
| parent | 7d72ca3561fefd4c89f553448810eee545a47880 (diff) | |
compiles again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -119,8 +119,8 @@ func ShowTextBox(gw *GuiWindow, newText *ui.AttributedString) *GuiBox { var gb *GuiBox gb = new(GuiBox) - gb.EntryMap = make(map[string]*GuiEntry) - gb.EntryMap["test"] = nil +// gw.EntryMap = make(map[string]*GuiEntry) +// gw.EntryMap["test"] = nil newbox := ui.NewVerticalBox() newbox.SetPadded(true) |
