This commit is contained in:
nnyyxxxx 2025-04-20 19:33:14 -04:00
parent fc4d5c00a4
commit 680b19b833
No known key found for this signature in database
GPG key ID: 6038FFD6589902CB

View file

@ -169,10 +169,8 @@ void CHyprpicker::recheckACK() {
void CHyprpicker::markDirty() {
for (auto& ls : m_vLayerSurfaces) {
if (ls->frameCallback) {
ls->forceRerender = true;
if (ls->frameCallback)
continue;
}
ls->markDirty();
}