Skip to content
Snippets Groups Projects
Commit 98ae5c17 authored by Mark Winter's avatar Mark Winter
Browse files

Fix for tree locking.

parent 06310132
Branches
Tags
No related merge requests found
......@@ -6,6 +6,10 @@
function historyAction = TreeLockAction(familyID)
global CellFamilies
if ( isempty(CellFamilies(familyID).bLocked) )
CellFamilies(familyID).bLocked = 0;
end
bIsLocked = CellFamilies(familyID).bLocked;
CellFamilies(familyID).bLocked = ~bIsLocked;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment