summaryrefslogtreecommitdiffstats
path: root/src/bltGraphOp.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGraphOp.C')
-rw-r--r--src/bltGraphOp.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGraphOp.C b/src/bltGraphOp.C
index 15ac1b0..dd630af 100644
--- a/src/bltGraphOp.C
+++ b/src/bltGraphOp.C
@@ -86,9 +86,9 @@ int GraphObjConfigure(Graph* graphPtr, Tcl_Interp* interp,
Tk_RestoreSavedOptions(&savedOptions);
}
- graphPtr->flags |= mask;
if (graphPtr->configure() != TCL_OK)
return TCL_ERROR;
+ graphPtr->flags |= mask;
graphPtr->eventuallyRedraw();
break;