summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-28 16:39:25 -0700
committerJeff Carr <[email protected]>2019-05-28 16:39:25 -0700
commit3c7f9295475637b94e3e7ae3f8313988ef32d54d (patch)
tree2f8d79cfd6d12c7ad777b1ade18a175efe7f6367
parentecd302062e86c053606d7d7d1173092f2770629f (diff)
oops
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--tableCallbacks.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/tableCallbacks.go b/tableCallbacks.go
index d2eb3cb..bf58856 100644
--- a/tableCallbacks.go
+++ b/tableCallbacks.go
@@ -56,10 +56,10 @@ func (mh *TableData) CellValue(m *ui.TableModel, row, column int) ui.TableValue
if (column == mh.Human[humanID].ColorID) {
if (column == 0) {
// ignore BG color on windows for now
- //if (runtime.GOOS == "windows") {
- // log.Println("CellValue() is BG COLOR row, column =", row, column)
- // return nil
- //}
+ if (runtime.GOOS == "windows") {
+ log.Println("CellValue() WINDOWS is BG COLOR row, column =", row, column)
+ // return nil
+ }
bgcolor := libuiColorToGOlangColor(mh.Rows[row].HumanData[humanID].Color)
if (Data.Debug) {
log.Println("CellValue() BGCOLOR =", bgcolor)