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 Maciej Suminski
parent 01925fd6a7
commit 46fddab126
1 changed files with 2 additions and 0 deletions

View File

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