Stop the cursor from reverting away from the window select in eeschema

Fix #6590
This commit is contained in:
Marek Roszko 2020-12-29 19:51:34 -05:00
parent 0b0af2f545
commit db0f3b42b4
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ int EE_SELECTION_TOOL::Main( const TOOL_EVENT& aEvent )
void EE_SELECTION_TOOL::OnIdle( wxIdleEvent& aEvent )
{
if( m_frame->ToolStackIsEmpty() )
if( m_frame->ToolStackIsEmpty() && !m_multiple )
{
wxMouseState keyboardState = wxGetMouseState();