de-embed touchstone-defined through

This commit is contained in:
Jan Käberich 2021-11-27 19:11:45 +01:00
parent 914468dbb2
commit 8269fdfa57
18 changed files with 744 additions and 397 deletions

View file

@ -1560,7 +1560,7 @@ bool Marker::isMovable()
// helper traces are never movable by the user
return false;
}
if(trace()->size() == 0) {
if(!parentTrace || parentTrace->size() == 0) {
return false;
}
switch(type) {