summaryrefslogtreecommitdiffstats
path: root/tkblt
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-10-23 19:44:37 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-10-23 19:44:37 (GMT)
commit6d246e66a2330c3b5785d856636d884b7667254f (patch)
treecd2afc9d378839d19d5448fe92bf49b0ed81acc4 /tkblt
parent9f4f9feda5ac22792780e2c90b25aca0cf3fb85d (diff)
downloadblt-6d246e66a2330c3b5785d856636d884b7667254f.zip
blt-6d246e66a2330c3b5785d856636d884b7667254f.tar.gz
blt-6d246e66a2330c3b5785d856636d884b7667254f.tar.bz2
backout fix
Diffstat (limited to 'tkblt')
-rw-r--r--tkblt/generic/tkbltGraphOp.C4
1 files changed, 1 insertions, 3 deletions
diff --git a/tkblt/generic/tkbltGraphOp.C b/tkblt/generic/tkbltGraphOp.C
index 725bde7..ada2758 100644
--- a/tkblt/generic/tkbltGraphOp.C
+++ b/tkblt/generic/tkbltGraphOp.C
@@ -420,10 +420,8 @@ void GraphEventProc(ClientData clientData, XEvent* eventPtr)
Graph* graphPtr = (Graph*)clientData;
if (eventPtr->type == Expose) {
- if (eventPtr->xexpose.count == 0) {
- graphPtr->flags |= RESET;
+ if (eventPtr->xexpose.count == 0)
graphPtr->eventuallyRedraw();
- }
}
else if (eventPtr->type == FocusIn || eventPtr->type == FocusOut) {
if (eventPtr->xfocus.detail != NotifyInferior) {