diff --git a/pcbnew/hotkeys.cpp b/pcbnew/hotkeys.cpp index 180ea6f4e1..7e1680c235 100644 --- a/pcbnew/hotkeys.cpp +++ b/pcbnew/hotkeys.cpp @@ -144,8 +144,8 @@ sous le courseur souris if( module ) { GetScreen()->m_CurrentItem = module; - module->Display_Infos(this); module->SetLocked( !module->IsLocked() ); + module->Display_Infos(this); } break;