Only draw in expose callback in RS01/RS02/RS03 windows
This commit is contained in:
committed by
Stéphane Lesimple
parent
fb7198c1e9
commit
923fe44e4a
@@ -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);
|
||||
}
|
||||
|
||||
/***
|
||||
|
||||
Reference in New Issue
Block a user