]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treectlg.cpp
correct painting of the items with custom colours in TVIS_DROPHILITED state (patch...
[wxWidgets.git] / src / generic / treectlg.cpp
index 577ecbc4e1615e58d728763662f142675ac6ec01..fa66da1ac62bfca5ace5b41e6e6b61f92a0df88e 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/dcclient.h"
+    #include "wx/timer.h"
+    #include "wx/settings.h"
 #endif
 
 #include "wx/generic/treectlg.h"
-#include "wx/timer.h"
 #include "wx/textctrl.h"
 #include "wx/imaglist.h"
-#include "wx/settings.h"
 
 #include "wx/renderer.h"