Skip to content

Commit

Permalink
tablet: Send .frame() on .proximity_out() (#6761)
Browse files Browse the repository at this point in the history
Co-authored-by: Agent_00Ming <[email protected]>
  • Loading branch information
Agent00Ming and Agent_00Ming authored Jul 3, 2024
1 parent 8bb75a2 commit e894d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/Tablet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit e894d5e

Please sign in to comment.