Disable highlight mode in the module editor (GAL).
This commit is contained in:
parent
0c493d8035
commit
1b058cae1e
|
@ -101,7 +101,7 @@ int SELECTION_TOOL::Main( TOOL_EVENT& aEvent )
|
|||
// single click? Select single object
|
||||
if( evt->IsClick( BUT_LEFT ) )
|
||||
{
|
||||
if( evt->Modifier( MD_CTRL ) )
|
||||
if( evt->Modifier( MD_CTRL ) && !m_editModules )
|
||||
{
|
||||
highlightNet( evt->Position() );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue