This commit is contained in:
Oleg Sh 2021-04-24 21:59:51 +02:00
parent c9fc2cacdf
commit f0dbbb31f4

View File

@ -1431,7 +1431,7 @@ SetupVertexStyle.prototype.show = function(index, selectedVertexes)
var redrawVertex = function()
{
var fullStyle = style.GetStyle({}, forAll ? undefined : selectedVertexes[0]);
var fullStyle = self.style.GetStyle({}, forAll ? undefined : selectedVertexes[0]);
if (fullStyle.fillStyle != $( "#vertexFillColor" ).val())
self.style.fillStyle = $( "#vertexFillColor" ).val();