Files
wxWidgets/src
Václav Slavík 9e68df224f Fix colored markup drawing in Mac wxDataViewCtrl
50ba73c accidentally omitted an if (colText) check, causing calls to
setTextColor:nil - which in turn caused markup text (but curiously, not
plain) rendering to stick with a previously set color even on cells
where the default color should be used.

Restoring the original logic to prevent setTextColor:nil fixes it.
2020-08-26 19:28:32 +02:00
..
2020-07-18 23:42:44 +02:00
2020-07-20 16:24:27 +02:00