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
1 changed files with 1 additions and 1 deletions

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;