diff --git a/windows/table.cpp b/windows/table.cpp index 2104d893..42dd57d7 100644 --- a/windows/table.cpp +++ b/windows/table.cpp @@ -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, };