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
This commit is contained in:
parent
6e82ecf99d
commit
37e188eaaa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user