Fix Printer ...

This commit is contained in:
Paulo Veiga
2011-10-18 09:29:29 -03:00
parent 8913b5f187
commit ce52e078b5
21 changed files with 647 additions and 94 deletions

View File

@@ -36,8 +36,12 @@ mindplot.Topic = new Class({
this.setPosition(pos);
}
// @Todo: Hack to remove ...
// Register events for the topic ...
this._registerEvents();
if (!designer._readOnly) {
this._registerEvents();
}
},
_registerEvents : function() {