A3XX: Necolatis' hackCanvas fix route drawing issue
This commit is contained in:
parent
e492b0247d
commit
1cde6a9543
2 changed files with 2 additions and 2 deletions
|
@ -263,7 +263,7 @@ canvas.Text.setText = func (text) {
|
||||||
me._lastText = text;
|
me._lastText = text;
|
||||||
me.set("text", typeof(text) == 'scalar' ? text : "");
|
me.set("text", typeof(text) == 'scalar' ? text : "");
|
||||||
};
|
};
|
||||||
canvas.Element._lastVisible = 1;
|
canvas.Element._lastVisible = nil;
|
||||||
canvas.Element.show = func () {
|
canvas.Element.show = func () {
|
||||||
if (1 == me._lastVisible) {return me;}
|
if (1 == me._lastVisible) {return me;}
|
||||||
me._lastVisible = 1;
|
me._lastVisible = 1;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2002
|
2003
|
Reference in a new issue