Files
wxWidgets/include/wx/generic
Vadim Zeitlin 4a5de04ece Fix background colour drawing in wxGenericTreeCtrl under Mac
Revert 8535cde836 (Remove apparently unnecessary m_hasExplicitFont,
2020-07-14) and make 9cd3ab5ebd (Improve wxGenericTreeCtrl colours/fonts
updating on theme change, 2020-07-14) really work as expected by using
not only m_hasExplicitFont, but also m_hasExplicit{Fg,Bg}Col in order to
ensure that we only update the attributes if they hadn't been explicitly
set.

This is necessary because the hack with reusing m_has{Fg,Bg}Col didn't
work under Mac where the colour wasn't used at all when they were false.
This still seems to be a problem as the behaviour is different from that
of the other ports, but fixing this in wxOSX doesn't seem to be simple,
so don't rely on this working and use separate variables instead.

Closes #18940.
2021-01-16 19:17:57 +01:00
..
2020-07-17 17:52:16 +02:00
2014-03-30 00:02:23 +00:00
2020-07-17 17:52:16 +02:00
2020-07-17 17:52:16 +02:00
2016-12-11 15:20:42 +01:00
2020-10-31 17:01:36 +01:00
2020-10-19 20:07:16 +02:00
2014-03-30 00:02:23 +00:00
2020-07-17 17:52:16 +02:00
2020-07-17 17:52:16 +02:00
2015-09-06 17:20:42 -07:00
2020-07-17 17:52:16 +02:00
2015-09-06 17:20:42 -07:00
2020-07-17 17:52:16 +02:00
2016-09-25 13:21:28 -07:00
2020-07-17 17:52:16 +02:00