fixed regression: editing global attributes did not trigger modified status
This commit is contained in:
parent
ea533bd9e3
commit
5bd2c624a8
|
|
@ -1703,6 +1703,7 @@ void edit_property(int x)
|
||||||
&xctx->inst[j].x2, &xctx->inst[j].y2);
|
&xctx->inst[j].x2, &xctx->inst[j].y2);
|
||||||
}
|
}
|
||||||
} /* end for(j...) */
|
} /* end for(j...) */
|
||||||
|
if(modified) set_modify(1);
|
||||||
return;
|
return;
|
||||||
} /* if((xctx->lastsel==0 ) */
|
} /* if((xctx->lastsel==0 ) */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue