summaryrefslogtreecommitdiffstats
path: root/src/bltGrLegd.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrLegd.C')
-rw-r--r--src/bltGrLegd.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrLegd.C b/src/bltGrLegd.C
index 5c6a607..73abd34 100644
--- a/src/bltGrLegd.C
+++ b/src/bltGrLegd.C
@@ -193,7 +193,7 @@ Legend::Legend(Graph* graphPtr)
ops->titleStyle.angle =0;
ops->titleStyle.justify =TK_JUSTIFY_LEFT;
- bindTable_ = new BindTable(graphPtr, 1);
+ bindTable_ = new BindTable(graphPtr, this);
Tcl_InitHashTable(&selectTable_, TCL_ONE_WORD_KEYS);