Use mouse (rather than cursor) position when selecting an item.
This commit is contained in:
parent
dcc803ecb1
commit
f0c8391a46
|
@ -472,7 +472,7 @@ bool SELECTION_TOOL::selectCursor( bool aSelectAlways )
|
||||||
if( aSelectAlways || m_selection.Empty() )
|
if( aSelectAlways || m_selection.Empty() )
|
||||||
{
|
{
|
||||||
clearSelection();
|
clearSelection();
|
||||||
selectPoint( getViewControls()->GetCursorPosition() );
|
selectPoint( getViewControls()->GetMousePosition() );
|
||||||
}
|
}
|
||||||
|
|
||||||
return !m_selection.Empty();
|
return !m_selection.Empty();
|
||||||
|
|
Loading…
Reference in New Issue