]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datavcmn.cpp
Fixed wxBORDER_THEME breakage
[wxWidgets.git] / src / common / datavcmn.cpp
index 63244de2fe2cc8965a0ddb9a9bb278319162547b..66982abf7a2b18c8ad52a6fa3092e1f417e9735e 100644 (file)
@@ -706,7 +706,7 @@ bool wxDataViewRendererBase::StartEditing( const wxDataViewItem &item, wxRect la
 
     m_editorCtrl = CreateEditorCtrl( dv_ctrl->GetMainWindow(), labelRect, value );
 
-       // there might be no editor control for the given item
+    // there might be no editor control for the given item
     if(!m_editorCtrl)
         return false;