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:
parent
e06b4c116b
commit
aea9fcf01a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user