diff options
| author | Jeff Carr <[email protected]> | 2019-05-28 16:37:46 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-28 16:37:46 -0700 |
| commit | ecd302062e86c053606d7d7d1173092f2770629f (patch) | |
| tree | dcbf564b2f99e417aa26f22419fc01165b90f446 /tableCallbacks.go | |
| parent | 2e033c4a80859dde3c70f5d1497a7800b6661c35 (diff) | |
do colors for windows again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tableCallbacks.go')
| -rw-r--r-- | tableCallbacks.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tableCallbacks.go b/tableCallbacks.go index 6b9d2eb..d2eb3cb 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() 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) |
