Stop the cursor from reverting away from the window select in eeschema
Fix #6590
This commit is contained in:
parent
0b0af2f545
commit
db0f3b42b4
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue