Commit d04e2221 authored by Adam Barth's avatar Adam Barth

Merge pull request #1204 from abarth/fix_time_picker

Fix time picker
parents 108eb749 84957e5b
...@@ -232,7 +232,7 @@ class PaintingContext { ...@@ -232,7 +232,7 @@ class PaintingContext {
} else { } else {
canvas.saveLayer(bounds.shift(offset), _disableAntialias); canvas.saveLayer(bounds.shift(offset), _disableAntialias);
canvas.clipRRect(clipRRect.shift(offset)); canvas.clipRRect(clipRRect.shift(offset));
painter(this, Offset.zero); painter(this, offset);
canvas.restore(); canvas.restore();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment