From 754c44ae38e7210cf30bc273d5f1dd325af7e594 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 17 Dec 2001 01:18:47 +0000 Subject: [PATCH] Header change for smooth Aqua buttons in wxTreeCtrl. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/treectlg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/generic/treectlg.h b/include/wx/generic/treectlg.h index d10a4e7d42..df8adb4c6e 100644 --- a/include/wx/generic/treectlg.h +++ b/include/wx/generic/treectlg.h @@ -382,6 +382,8 @@ protected: wxTimer *m_renameTimer; wxString m_renameRes; + + wxBitmap *m_arrowRight,*m_arrowDown; // the common part of all ctors void Init(); -- 2.45.2