From ebfc496ca2996615f2a0a86691ac65920391f2d6 Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Mon, 24 May 2021 22:25:02 +0100 Subject: [PATCH] Fixed background disappearing after theme change --- projects/demos/theme.usm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/demos/theme.usm b/projects/demos/theme.usm index 0b2ca60..1e19ef5 100644 --- a/projects/demos/theme.usm +++ b/projects/demos/theme.usm @@ -96,6 +96,8 @@ BRK POP2 ;update-theme JSR2 + ;draw-cursor JSR2 + ;draw-background JSR2 ;draw-window JSR2 BRK