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
b8ae4e0195
commit
fbd6654f9a
|
@ -662,6 +662,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