Fixed a bug allowing to drag locked footprints without approval
Fixes: lp:1576655 * https://bugs.launchpad.net/kicad/+bug/1576655
This commit is contained in:
parent
50bb9ce665
commit
acbfea48f2
|
@ -654,8 +654,6 @@ SELECTION_LOCK_FLAGS SELECTION_TOOL::CheckLock()
|
||||||
return SELECTION_LOCKED;
|
return SELECTION_LOCKED;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_locked = false;
|
|
||||||
|
|
||||||
return SELECTION_UNLOCKED;
|
return SELECTION_UNLOCKED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue