DragPivot visibility hidden

This commit is contained in:
Gonzalo Bellver 2012-01-20 11:35:10 -03:00
parent c7dcf9faf8
commit ba66d6b60f

View File

@ -114,6 +114,7 @@ mindplot.DragPivot = new Class({
},
setVisibility : function(value) {
value = false;
var pivotRect = this._getPivotRect();
pivotRect.setVisibility(value);