mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
label: fix rendering with multiple timers that fire at the same time (#147)
This commit is contained in:
parent
1d39a530a4
commit
e9a57f0dae
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ bool CLabel::draw(const SRenderData& data) {
|
|||
shadow.draw(data);
|
||||
g_pRenderer->renderTexture(box, asset->texture, data.opacity);
|
||||
|
||||
return false;
|
||||
return !pendingResourceID.empty();
|
||||
}
|
||||
|
||||
void CLabel::renderSuper() {
|
||||
|
|
Loading…
Reference in a new issue