7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-04 22:35:30 +00:00

after locking, update status window with selected module's locked/fixed status

This commit is contained in:
dickelbeck 2007-06-20 00:25:38 +00:00
parent e06b4c116b
commit aea9fcf01a

View File

@ -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;