fix UI Flickering when updated when hidden

This commit is contained in:
Beu 2022-04-27 17:20:43 +02:00
parent a63f0e9a93
commit b0fea31a13
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,8 @@ declare Boolean Last_IsVisible = True;
{$VarIsVisible} = {$defaultVisible};
";
}
// Hide as start of the script
$maniascript .= $this->getLoopScriptText();
return $maniascript;
}