Skip to content

Commit

Permalink
Redraw duing mouse drag
Browse files Browse the repository at this point in the history
Change-Id: I3d72395ad6e8212859a8a3839211f73d27524f22
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/443413
Reviewed-by: Florin Malita <[email protected]>
Commit-Queue: Mike Reed <[email protected]>
  • Loading branch information
reed-at-google authored and SkCQ committed Aug 31, 2021
1 parent 9a0302c commit 2303f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samplecode/SamplePathClip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class EdgeClipView : public Sample {

bool onClick(Click* click) override {
((MyClick*)click)->handleMove();
return false;
return true;
}

private:
Expand Down

0 comments on commit 2303f7c

Please sign in to comment.