tablet: Send .frame() on .proximity_out() (#6761)

Co-authored-by: Agent_00Ming <agent00ming9366@gmail.com>
This commit is contained in:
Agent00Ming 2024-07-03 15:40:18 -04:00 committed by GitHub
parent 8bb75a223d
commit e894d5e964
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -599,10 +599,10 @@ void CTabletV2Protocol::proximityOut(SP<CTabletTool> tool) {
if (t->tool != tool || !t->current)
continue;
t->current = false;
t->lastSurf.reset();
t->resource->sendProximityOut();
t->sendFrame();
t->current = false;
}
}