From: Jaakko Salli Date: Sun, 6 Sep 2009 08:35:05 +0000 (+0000) Subject: Do not allow multiple selection when dragging in the 'value' column X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/37e188eaaa67c45f386845b374d2f11a250fb1a0?ds=inline Do not allow multiple selection when dragging in the 'value' column git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index e3e2d584fe..34aa7d8b20 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -4802,6 +4802,7 @@ bool wxPropertyGrid::HandleMouseMove( int x, unsigned int y, wxMouseEvent &event event.LeftIsDown() && m_propHover && GetSelection() && + columnHit != 1 && !state->DoIsPropertySelected(m_propHover) ) { // Additional requirement is that the hovered property