Implement rest of ChangeFlags.HIERARCHY notifications.

This commit is contained in:
Jürg Lehni 2011-06-19 21:49:26 +01:00
parent fe7c618deb
commit cb61e8d452
3 changed files with 11 additions and 3 deletions
src/project

View file

@ -57,6 +57,12 @@ var Project = this.Project = Base.extend({
this.activeLayer = new Layer();
},
_changed: function(flags) {
if (flags & ChangeFlags.GEOMETRY) {
// TODO: Mark as requireRedraw
}
},
/**
* The currently active path style. All selected items and newly
* created items will be styled with this style.