Merge branch 'master' into bplane
Merge quick fix from master
This commit is contained in:
commit
76411004b5
|
|
@ -987,7 +987,7 @@ calmaElementText()
|
|||
{
|
||||
idx = sl->lab_flags & PORT_NUM_MASK;
|
||||
if (idx > i) i = idx;
|
||||
if (!strcmp(sl->lab_text, textbody))
|
||||
if ((sl != lab) && !strcmp(sl->lab_text, textbody))
|
||||
{
|
||||
i = (sl->lab_flags & PORT_NUM_MASK) - 1;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue