Add ChangeFlags.HIERARCHY, for future change notifications when children get rearranged.

This commit is contained in:
Jürg Lehni 2011-05-07 16:52:54 +01:00
parent 6c3fd5953a
commit d254d9542d

View file

@ -17,5 +17,6 @@
var ChangeFlags = {
PATH: 1, // Path geometry
STROKE: 2, // Stroke geometry
STYLE: 4 // Fille style or stroke color / dash
};
STYLE: 4 // Fille style or stroke color / dash,
HIERARCHY: 8, // Change in item hierarchy
};