Working in the new elements for the visualmap. Ticket #1478

This commit is contained in:
mdtrooper 2014-11-24 18:14:39 +01:00
parent c7514cd29c
commit 828d2aa8d8
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ function draw_user_lines(color, thickness, start_x, start_y , end_x, end_y, only
only_defined_lines = false;
}
if (only_defined_lines) {
if (!only_defined_lines) {
obj_js_user_lines.setStroke(thickness);
obj_js_user_lines.setColor(color);
obj_js_user_lines.drawLine(start_x, start_y, end_x, end_y);