Disable highlight mode in the module editor (GAL).

This commit is contained in:
Maciej Suminski 2014-08-06 09:33:10 +02:00
parent 0c493d8035
commit 1b058cae1e
1 changed files with 1 additions and 1 deletions

View File

@ -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() );
}