From aea9fcf01aeb287b5e92c168e25c73c950215ec8 Mon Sep 17 00:00:00 2001 From: dickelbeck <Unknown> Date: Wed, 20 Jun 2007 00:25:38 +0000 Subject: [PATCH] after locking, update status window with selected module's locked/fixed status --- pcbnew/hotkeys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/hotkeys.cpp b/pcbnew/hotkeys.cpp index 180ea6f4e1..7e1680c235 100644 --- a/pcbnew/hotkeys.cpp +++ b/pcbnew/hotkeys.cpp @@ -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;