Browse Source

hidden support nodes from view

v3_develop
Alex de Mulder 10 years ago
parent
commit
d854a124b9
2 changed files with 30384 additions and 30384 deletions
  1. +30383
    -30383
      dist/vis.js
  2. +1
    -1
      lib/network/Network.js

+ 30383
- 30383
dist/vis.js
File diff suppressed because it is too large
View File


+ 1
- 1
lib/network/Network.js View File

@ -1778,7 +1778,7 @@ Network.prototype._redraw = function() {
this._doInAllSectors("_drawControlNodes",ctx);
}
this._doInSupportSector("_drawNodes",ctx,true);
// this._doInSupportSector("_drawNodes",ctx,true);
// this._drawTree(ctx,"#F00F0F");
// restore original scaling and translation

Loading…
Cancel
Save