mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-18 14:20:08 +00:00
Fix bug
This commit is contained in:
@@ -1431,7 +1431,7 @@ SetupVertexStyle.prototype.show = function(index, selectedVertexes)
|
|||||||
|
|
||||||
var redrawVertex = function()
|
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())
|
if (fullStyle.fillStyle != $( "#vertexFillColor" ).val())
|
||||||
self.style.fillStyle = $( "#vertexFillColor" ).val();
|
self.style.fillStyle = $( "#vertexFillColor" ).val();
|
||||||
|
|||||||
Reference in New Issue
Block a user