mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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…
x
Reference in New Issue
Block a user