Commit 1b058cae authored by Maciej Suminski's avatar Maciej Suminski

Disable highlight mode in the module editor (GAL).

parent 0c493d80
...@@ -101,7 +101,7 @@ int SELECTION_TOOL::Main( TOOL_EVENT& aEvent ) ...@@ -101,7 +101,7 @@ int SELECTION_TOOL::Main( TOOL_EVENT& aEvent )
// single click? Select single object // single click? Select single object
if( evt->IsClick( BUT_LEFT ) ) if( evt->IsClick( BUT_LEFT ) )
{ {
if( evt->Modifier( MD_CTRL ) ) if( evt->Modifier( MD_CTRL ) && !m_editModules )
{ {
highlightNet( evt->Position() ); highlightNet( evt->Position() );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment