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