diff --git a/src/studio.c b/src/studio.c index aceac2641..cbcae3086 100644 --- a/src/studio.c +++ b/src/studio.c @@ -1769,8 +1769,6 @@ static void renderStudio() default: break; } - drawPopup(); - if(getConfig()->noSound) memset(tic->ram.registers, 0, sizeof tic->ram.registers); @@ -1911,6 +1909,8 @@ static void studioTick() } + drawPopup(); + impl.studio.text = '\0'; }