From 37e188eaaa67c45f386845b374d2f11a250fb1a0 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sun, 6 Sep 2009 08:35:05 +0000 Subject: [PATCH] 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 --- src/propgrid/propgrid.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2