summaryrefslogtreecommitdiff
path: root/tableCallbacks.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-31 19:39:57 -0500
committerJeff Carr <[email protected]>2021-10-31 19:39:57 -0500
commit895fc511d7f96a27b27efea995d3971a2419a7be (patch)
tree371f173313c64e567e9e514cce24cf569548fca0 /tableCallbacks.go
parent7a9bcbd89c1237aad4740ca0b981248ffc2bccc0 (diff)
BOX: start removing GuiBox
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tableCallbacks.go')
-rw-r--r--tableCallbacks.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/tableCallbacks.go b/tableCallbacks.go
index 6eefd8d..9f4b786 100644
--- a/tableCallbacks.go
+++ b/tableCallbacks.go
@@ -97,7 +97,8 @@ func defaultSetCellValue(mh *TableData, row int, column int) {
button := mh.Rows[row].HumanData[humanID].Button
if (button != nil) {
- guiButtonClick(button)
+ // TODO: fixme. removed on Oct 31 2021
+ // guiButtonClick(button)
return
}
log.Println("defaultSetCellValue() ERROR: UNKNOWN BUTTON IN TABLE")