Severa lfixed.

This commit is contained in:
Paulo Veiga
2011-09-04 21:32:29 -03:00
parent dbb2b2d0c9
commit 0e21aad802
13 changed files with 85 additions and 65 deletions

View File

@@ -139,7 +139,7 @@ mindplot.MainTopic = new Class({
_updatePositionOnChangeSize : function(oldSize, newSize, updatePosition) {
if (updatePosition == false && this.getModel().getFinalPosition()) {
if (!updatePosition && this.getModel().getFinalPosition()) {
this.setPosition(this.getModel().getFinalPosition(), false);
}
else {