more bg color debugging
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
963a910a43
commit
cc5fc8d6a5
|
@ -58,6 +58,9 @@ func (mh *TableData) CellValue(m *ui.TableModel, row, column int) ui.TableValue
|
||||||
log.Println("CellValue() is BG COLOR row, column =", row, column)
|
log.Println("CellValue() is BG COLOR row, column =", row, column)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
bgcolor := libuiColorToGOlangColor(mh.Rows[row].HumanData[humanID].Color)
|
||||||
|
log.Println("CellValue() BGCOLOR =", bgcolor)
|
||||||
|
return bgcolor
|
||||||
}
|
}
|
||||||
return libuiColorToGOlangColor(mh.Rows[row].HumanData[humanID].Color)
|
return libuiColorToGOlangColor(mh.Rows[row].HumanData[humanID].Color)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue