From 20dfe998f0db8ce1cd902795bc4e9a236702853e Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sun, 17 Jun 2018 16:44:06 -0300 Subject: [PATCH] Properly display the Editor's icon after _SCREENSHOW is called. --- InForm/UiEditor.bas | 1 + 1 file changed, 1 insertion(+) diff --git a/InForm/UiEditor.bas b/InForm/UiEditor.bas index 3fc2de2..e663f40 100644 --- a/InForm/UiEditor.bas +++ b/InForm/UiEditor.bas @@ -2121,6 +2121,7 @@ SUB __UI_OnLoad END IF _SCREENSHOW + _ICON RANDOMIZE TIMER HostAttempts = 0