From 898931f2ea5bd372b24ab30cdc623badfb39451b Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 23 Oct 2019 15:34:10 -0400 Subject: configure on Expose, for MacOS darkmode --- generic/tkbltGraphOp.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generic/tkbltGraphOp.C b/generic/tkbltGraphOp.C index ada2758..725bde7 100644 --- a/generic/tkbltGraphOp.C +++ b/generic/tkbltGraphOp.C @@ -420,8 +420,10 @@ void GraphEventProc(ClientData clientData, XEvent* eventPtr) Graph* graphPtr = (Graph*)clientData; if (eventPtr->type == Expose) { - if (eventPtr->xexpose.count == 0) + if (eventPtr->xexpose.count == 0) { + graphPtr->flags |= RESET; graphPtr->eventuallyRedraw(); + } } else if (eventPtr->type == FocusIn || eventPtr->type == FocusOut) { if (eventPtr->xfocus.detail != NotifyInferior) { -- cgit v0.12