diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-03-27 16:01:10 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-03-27 16:01:10 (GMT) |
commit | 8a531e6830526c70e9d3d2477428bc39ed4b05ea (patch) | |
tree | cccd7183d951f9a567d591c6b9e0a72ca9395fd1 /tksao/frame/grid2d.C | |
parent | e8be6faf948526283b914305758aece629e8d617 (diff) | |
download | blt-8a531e6830526c70e9d3d2477428bc39ed4b05ea.zip blt-8a531e6830526c70e9d3d2477428bc39ed4b05ea.tar.gz blt-8a531e6830526c70e9d3d2477428bc39ed4b05ea.tar.bz2 |
grid GC
Diffstat (limited to 'tksao/frame/grid2d.C')
-rw-r--r-- | tksao/frame/grid2d.C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/frame/grid2d.C b/tksao/frame/grid2d.C index 7549dea..d1813a9 100644 --- a/tksao/frame/grid2d.C +++ b/tksao/frame/grid2d.C @@ -28,6 +28,7 @@ int Grid2d::doit(RenderMode rm) matrix_ = pp->widgetToCanvas; pixmap_ = pp->pixmap; + gridGC_ = pp->gridGC_; renderMode_ = rm; Context* context = pp->keyContext; |