From 2fb3676a8fcc54765bbda6093ea9f7b76c549165 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 17 Jun 2018 10:50:24 -0400 Subject: [PATCH] More TODOs. --- windows/table.cpp | 3 +++ 1 file changed, 3 insertions(+) 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, };