Skip to content
Snippets Groups Projects
Commit c35d92c6 authored by stepan's avatar stepan
Browse files

FastR Grid: fix savePlot function.

parent 1774d3d9
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,7 @@ public class Graphics2DDevice implements GridDevice {
void setGraphics2D(Graphics2D newGraphics) {
assert newGraphics != null;
graphics = newGraphics;
cachedContext = null;
}
public Graphics2D getGraphics2D() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment