wxScrollBar drawing seems to work for wxGTK too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,7 +48,8 @@
|
||||
|
||||
#include "wx/univ/theme.h"
|
||||
|
||||
//#define DEBUG_SCROLL
|
||||
#define DEBUG_SCROLL
|
||||
//#define DEBUG_LISTBOX
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// resources
|
||||
@@ -190,7 +191,9 @@ bool MyUnivApp::OnInit()
|
||||
#ifdef DEBUG_SCROLL
|
||||
wxLog::AddTraceMask(_T("scroll"));
|
||||
#endif
|
||||
#ifdef DEBUG_LISTBOX
|
||||
wxLog::AddTraceMask(_T("listbox"));
|
||||
#endif
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user