aboutsummaryrefslogtreecommitdiff
path: root/GraphDisplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'GraphDisplay.c')
-rw-r--r--GraphDisplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/GraphDisplay.c b/GraphDisplay.c
index 9cab2da..c91b45e 100644
--- a/GraphDisplay.c
+++ b/GraphDisplay.c
@@ -117,11 +117,11 @@ SetValues(Widget old,
XtReleaseGC(new, oldgd->graphDisplay.gc);
newgd->graphDisplay.gc = GetGC(newgd);
}
+#undef NE
if (XtIsRealized(XtParent((Widget)newgd)))
XClearArea(XtDisplayOfObject(new),
XtWindowOfObject(new), 0, 0, 0, 0, True);
-#undef NE
return False;
}