Working in the new elements for the visualmap. Ticket #1478
This commit is contained in:
parent
c7514cd29c
commit
828d2aa8d8
|
@ -408,7 +408,7 @@ function draw_user_lines(color, thickness, start_x, start_y , end_x, end_y, only
|
||||||
only_defined_lines = false;
|
only_defined_lines = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (only_defined_lines) {
|
if (!only_defined_lines) {
|
||||||
obj_js_user_lines.setStroke(thickness);
|
obj_js_user_lines.setStroke(thickness);
|
||||||
obj_js_user_lines.setColor(color);
|
obj_js_user_lines.setColor(color);
|
||||||
obj_js_user_lines.drawLine(start_x, start_y, end_x, end_y);
|
obj_js_user_lines.drawLine(start_x, start_y, end_x, end_y);
|
||||||
|
|
Loading…
Reference in New Issue