Commit a5a1b576 authored by Claes Sjofors's avatar Claes Sjofors

Plc navigator, attribute objects could only be opened on first level

parent f699e77a
...@@ -625,7 +625,7 @@ int ItemAttrObject::open_attributes( Nav *nav, double x, double y) ...@@ -625,7 +625,7 @@ int ItemAttrObject::open_attributes( Nav *nav, double x, double y)
if ( EVEN(sts) ) continue; if ( EVEN(sts) ) continue;
for ( i = 0; i < rows; i++) { for ( i = 0; i < rows; i++) {
strcpy( parname, name); strcpy( parname, aname);
strcat( parname, "."); strcat( parname, ".");
strcat( parname, bodydef[i].ParName); strcat( parname, bodydef[i].ParName);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment