Text editor works based on absolute position.
This commit is contained in:
@@ -38,6 +38,10 @@ mindplot.Icon = new Class({
|
||||
|
||||
getSize : function() {
|
||||
return this._image.getSize();
|
||||
},
|
||||
|
||||
getPosition : function() {
|
||||
return this._image.getPosition();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user