Files
create/src
Zheng, Lei 28a0cc1019 TechDraw: avoid touching children if possible
There are lots of dependency inversion problem in TechDraw, the ideal
organization should let a child depend on project group, instead of the
other way round, e.g. using PropertyLinkListHidden.

This patch is just a cheap fix. The problem occurs when the user uses
any expression to update properties like Scale in a projection group.
The Scale property will be changed on recomputing projection group,
which triggers children update, but since the group depends on the
children, the children has already been recomputed.
2019-08-30 14:47:05 +02:00
..
2019-08-17 15:08:33 +02:00
2019-07-15 23:20:52 -03:00
2019-07-15 23:20:52 -03:00
2019-07-15 23:20:52 -03:00