Commit 15940201 authored by Romain Loth's avatar Romain Loth

minor extras fix

parent de0ad556
...@@ -200,7 +200,7 @@ function SomeEffect( ValueclassCode ) { ...@@ -200,7 +200,7 @@ function SomeEffect( ValueclassCode ) {
// TW.partialGraph.graph.nodes(ID).customAttrs.forceLabel = true; // TW.partialGraph.graph.nodes(ID).customAttrs.forceLabel = true;
// } // }
TW.selectionActive=true; // TW.selectionActive=true;
TW.partialGraph.refresh() TW.partialGraph.refresh()
} }
...@@ -714,7 +714,7 @@ function circleGetAreaNodes(camX0, camY0) { ...@@ -714,7 +714,7 @@ function circleGetAreaNodes(camX0, camY0) {
// that is containing the circle centered on x0, y0 // that is containing the circle centered on x0, y0
// (use case: reduce number of nodes before exact check) // (use case: reduce number of nodes before exact check)
function circleLocalSubset(camX0, camY0 , camRay) { function circleLocalSubset(camX0, camY0 , camRay) {
y
var P0 = {x:camX0, y:camY0} var P0 = {x:camX0, y:camY0}
// to use quadtree.area, we consider the square // to use quadtree.area, we consider the square
...@@ -805,13 +805,3 @@ function ProcessDivsFlags() { ...@@ -805,13 +805,3 @@ function ProcessDivsFlags() {
} }
} }
} }
//both obsolete
function closeDialog () {
$('#windowTitleDialog').modal('hide');
}
function okClicked () {
//document.title = document.getElementById ("xlInput").value;
closeDialog ();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment