diff options
author | joye <joye> | 2014-04-08 21:22:08 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-08 21:22:08 (GMT) |
commit | a88e2c200e0d32adef08824e911542b08b618d03 (patch) | |
tree | 53b6d5fc591450427e45c9fb52f034edd7590984 /src/bltGraph.C | |
parent | 11da9207f0235c018543dcb635a23c374c76a5f7 (diff) | |
download | blt-a88e2c200e0d32adef08824e911542b08b618d03.zip blt-a88e2c200e0d32adef08824e911542b08b618d03.tar.gz blt-a88e2c200e0d32adef08824e911542b08b618d03.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r-- | src/bltGraph.C | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C index d95823f..dc413bb 100644 --- a/src/bltGraph.C +++ b/src/bltGraph.C @@ -74,8 +74,6 @@ extern "C" { Tcl_ObjCmdProc Blt_GraphInstCmdProc; }; -extern void ConfigureLegend(Graph* graphPtr); - static Tcl_IdleProc DisplayGraph; static Tcl_FreeProc DestroyGraph; static Tk_EventProc GraphEventProc; @@ -1292,7 +1290,7 @@ Graph* Blt_GetGraphFromWindowData(Tk_Window tkwin) void Blt_ReconfigureGraph(Graph* graphPtr) { ConfigureGraph(graphPtr); - ConfigureLegend(graphPtr); + graphPtr->legend->configure(); // Blt_ConfigureElements(graphPtr); Blt_ConfigureAxes(graphPtr); Blt::ConfigureMarkers(graphPtr); |