projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied patch [ 840721 ] convenience function wxRect::GetBottomRight
[wxWidgets.git]
/
include
/
wx
/
msw
/
treectrl.h
diff --git
a/include/wx/msw/treectrl.h
b/include/wx/msw/treectrl.h
index e19e87a1a14ee506e6aa02d160d94ada823b02c9..83b30bcff9565a56f7c2975a39b61f4029dff1b4 100644
(file)
--- a/
include/wx/msw/treectrl.h
+++ b/
include/wx/msw/treectrl.h
@@
-403,6
+403,8
@@
public:
long& cookie) const );
#endif // WXWIN_COMPATIBILITY_2_4
long& cookie) const );
#endif // WXWIN_COMPATIBILITY_2_4
+ virtual bool ShouldInheritColours() const { return false; }
+
// implementation
// --------------
// implementation
// --------------