More TODOs.
This commit is contained in:
parent
db2f3352c4
commit
2fb3676a8f
|
@ -1,6 +1,9 @@
|
||||||
#include "uipriv_windows.hpp"
|
#include "uipriv_windows.hpp"
|
||||||
#include "table.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 = {
|
static uiTableTextColumnOptionalParams defaultTextColumnOptionalParams = {
|
||||||
/*TODO.ColorModelColumn = */-1,
|
/*TODO.ColorModelColumn = */-1,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue