P5-1861 change color for show mural panel dashed lines (active state)

This commit is contained in:
Oleg Milkin
2017-10-19 18:23:34 +03:00
parent 4754007d21
commit 9f26886d42
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1066,7 +1066,7 @@ function GoreHandler(viewport) {
return new fabric.Line([0, 0, 0, viewport.getData().height], {
evented: false,
strokeDashArray: [5, 5],
stroke: '#000',
stroke: '#F31FB3',
strokeWidth: 1,
left: left,
top: viewport.getBounds().top