David PHAM-VAN

Add missing restoreContext()

@@ -301,5 +301,7 @@ class GridPaper extends SingleChildWidget { @@ -301,5 +301,7 @@ class GridPaper extends SingleChildWidget {
301 box.bottom + margin.bottom) 301 box.bottom + margin.bottom)
302 ..strokePath(); 302 ..strokePath();
303 } 303 }
  304 +
  305 + context.canvas.restoreContext();
304 } 306 }
305 } 307 }