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:
Ronnie Gaensli 2018-08-06 14:01:44 +02:00 committed by Seth Hillbrand
parent b8ae4e0195
commit fbd6654f9a
1 changed files with 2 additions and 0 deletions

View File

@ -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