mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-02 15:56:27 +00:00
Fix bug
This commit is contained in:
parent
c9fc2cacdf
commit
f0dbbb31f4
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user