pcbnew: fix pan while moving mouse after cancelling selection box
Fixes: lp:1776648 * https://bugs.launchpad.net/kicad/+bug/1776648
This commit is contained in:
parent
01925fd6a7
commit
46fddab126
|
@ -665,6 +665,8 @@ bool SELECTION_TOOL::selectMultiple()
|
|||
}
|
||||
}
|
||||
|
||||
getViewControls()->SetAutoPan( false );
|
||||
|
||||
// Stop drawing the selection box
|
||||
view->Remove( &area );
|
||||
m_multiple = false; // Multiple selection mode is inactive
|
||||
|
|
Loading…
Reference in New Issue