]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ogl/src/ogldiag.cpp
Rewrote wxRadioBox (recompile)
[wxWidgets.git] / utils / ogl / src / ogldiag.cpp
index 60efe27a7d23f0dd486df65f6099431fc500a079..915c289e10296eb82791290ab4233ae6873c66d8 100644 (file)
@@ -400,6 +400,7 @@ void wxDiagram::ReadLines(wxExprDatabase& database)
       shape->Show(TRUE);
 
       OnShapeLoad(database, *shape, *clause);
+      shape->SetCanvas(GetCanvas());
 
       long image_to = -1; long image_from = -1;
       clause->GetAttributeValue("to", image_to);