From d919d710545261eaa76a20ed4e902216000e33aa Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 21 Dec 2012 13:56:17 +0100 Subject: [PATCH] Eeschema: fix bug 1092834 (Hotkey 'G' Drag label not working) --- eeschema/sch_collectors.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/sch_collectors.cpp b/eeschema/sch_collectors.cpp index d435d5a9c4..2d4e0236f3 100644 --- a/eeschema/sch_collectors.cpp +++ b/eeschema/sch_collectors.cpp @@ -130,6 +130,7 @@ const KICAD_T SCH_COLLECTOR::DraggableItems[] = { SCH_BUS_ENTRY_T, SCH_LINE_T, SCH_POLYLINE_T, + SCH_LABEL_T, SCH_GLOBAL_LABEL_T, SCH_HIERARCHICAL_LABEL_T, SCH_COMPONENT_T,