diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index 735a7f3d81..cbe4849c49 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -4873,7 +4873,7 @@ bool wxPropertyGrid::HandleMouseClick( int x, unsigned int y, wxMouseEvent &even m_propHover, NULL, wxPG_SEL_NOVALIDATE, - (unsigned int)m_draggedSplitter); + 0); // dragged splitter is always 0 here } } else if ( m_dragStatus == 0 )