Commit aea9fcf0 authored by dickelbeck's avatar dickelbeck

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

parent e06b4c11
...@@ -144,8 +144,8 @@ sous le courseur souris ...@@ -144,8 +144,8 @@ sous le courseur souris
if( module ) if( module )
{ {
GetScreen()->m_CurrentItem = module; GetScreen()->m_CurrentItem = module;
module->Display_Infos(this);
module->SetLocked( !module->IsLocked() ); module->SetLocked( !module->IsLocked() );
module->Display_Infos(this);
} }
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment