From 888bb450b36dcc226e6bbaf184d2675fe3536e0e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 23 Jun 2018 11:26:14 -0400 Subject: [PATCH] More TODOs. --- windows/tabledraw.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/tabledraw.cpp b/windows/tabledraw.cpp index 190a6c0b..c693d794 100644 --- a/windows/tabledraw.cpp +++ b/windows/tabledraw.cpp @@ -8,6 +8,7 @@ // TODO #define cellValue(model, row, column) ((*((model)->mh->CellValue))((model)->mh, (model), (row), (column))) +// TODO maybe split this into item and subitem structs? struct drawState { uiTable *t; uiTableModel *model;