summaryrefslogtreecommitdiffstats
path: root/tksao/frame/base.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-02-13 20:22:24 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-02-13 20:22:24 (GMT)
commit25b0e0ee78b5a5d8a2088b40299bd7da6706fc05 (patch)
tree8e49728c6054a4cb3a190d8bed05f8be604fe631 /tksao/frame/base.C
parent86fd01170d0377086671cfab94cdd6b363e1ef3d (diff)
downloadblt-25b0e0ee78b5a5d8a2088b40299bd7da6706fc05.zip
blt-25b0e0ee78b5a5d8a2088b40299bd7da6706fc05.tar.gz
blt-25b0e0ee78b5a5d8a2088b40299bd7da6706fc05.tar.bz2
fix panner update problem
Diffstat (limited to 'tksao/frame/base.C')
-rw-r--r--tksao/frame/base.C7
1 files changed, 6 insertions, 1 deletions
diff --git a/tksao/frame/base.C b/tksao/frame/base.C
index 1885f8e..5f780a3 100644
--- a/tksao/frame/base.C
+++ b/tksao/frame/base.C
@@ -1933,10 +1933,15 @@ int Base::updatePixmap(const BBox& bb)
updateMatrices();
updatePannerMatrices();
case BASE:
+ updateBase();
updatePanner();
+ case PIXMAP:
+ updatePM(bb);
+ break;
+
case BASEONLY:
+ // specal 3D
updateBase();
- case PIXMAP:
updatePM(bb);
break;
}