]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treectrl.cpp
removed 2nd frame from html test sample; test sample now shows DL,DT,DD support
[wxWidgets.git] / src / generic / treectrl.cpp
index b9fcda141482e9e93fee53eb4acf3d5bd284d0f5..36f8be5bfa143882acc66f71193c2556005eaf85 100644 (file)
@@ -436,7 +436,7 @@ wxGenericTreeItem *wxGenericTreeItem::HitTest( const wxPoint& point,
     }
 
     if (point.x < m_x)
-        flags |= wxTREE_HITTEST_ONITEMIDENT;
+        flags |= wxTREE_HITTEST_ONITEMINDENT;
     if (point.x > m_x+m_width)
         flags |= wxTREE_HITTEST_ONITEMRIGHT;