Only draw in expose callback in RS01/RS02/RS03 windows

This commit is contained in:
Paul Dicker
2025-04-03 21:26:36 +02:00
committed by Stéphane Lesimple
parent fb7198c1e9
commit 923fe44e4a
6 changed files with 12 additions and 15 deletions

View File

@@ -59,7 +59,8 @@ void ResetRS02VerifyWindow(Method *self)
wl->lastPercent = 0;
GuiFillSpiral(wl->cmpSpiral, Closure->background);
GuiDrawSpiral(wl->cmpSpiral);
if (wl->cmpSpiral->widget)
gtk_widget_queue_draw(wl->cmpSpiral->widget);
}
/***