From 1cde6a9543707a60d6ffac999f4112f0c4734fe5 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Fri, 29 Sep 2017 18:04:31 -0400 Subject: [PATCH] A3XX: Necolatis' hackCanvas fix route drawing issue --- Nasal/libraries.nas | 2 +- revision.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Nasal/libraries.nas b/Nasal/libraries.nas index 176a9fa2..81ce1690 100644 --- a/Nasal/libraries.nas +++ b/Nasal/libraries.nas @@ -263,7 +263,7 @@ canvas.Text.setText = func (text) { me._lastText = text; me.set("text", typeof(text) == 'scalar' ? text : ""); }; -canvas.Element._lastVisible = 1; +canvas.Element._lastVisible = nil; canvas.Element.show = func () { if (1 == me._lastVisible) {return me;} me._lastVisible = 1; diff --git a/revision.txt b/revision.txt index 8405d97b..153038f1 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -2002 \ No newline at end of file +2003 \ No newline at end of file