mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
DragPivot visibility hidden
This commit is contained in:
parent
c7dcf9faf8
commit
ba66d6b60f
@ -114,6 +114,7 @@ mindplot.DragPivot = new Class({
|
||||
},
|
||||
|
||||
setVisibility : function(value) {
|
||||
value = false;
|
||||
var pivotRect = this._getPivotRect();
|
||||
pivotRect.setVisibility(value);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user