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