More TODOs.

This commit is contained in:
Pietro Gagliardi 2018-06-17 10:50:24 -04:00
parent db2f3352c4
commit 2fb3676a8f
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#include "uipriv_windows.hpp"
#include "table.hpp"
// general TODOs:
// - tooltips don't work properly on columns with icons (the listview always thinks there's enough room for a short label because it's not taking the icon into account); is this a bug in our LVN_GETDISPINFO handler or something else?
static uiTableTextColumnOptionalParams defaultTextColumnOptionalParams = {
/*TODO.ColorModelColumn = */-1,
};