]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/dlgpoint.cpp
In the middle of chasing down MDI not activating bug, renaming of Graphic to
[architektonas] / src / forms / dlgpoint.cpp
index bb276ff8f5a0100ebf29f0c937accc05df32bb0b..163e1c58cadb68d22c8ce56f0c24a25eea30ddf2 100644 (file)
@@ -35,10 +35,10 @@ void DlgPoint::setPoint(Point & p)
        point = &p;
 
        ui.wPen->setPen(point->getPen(false), true, false, "Pen");
-       Drawing * graphic = point->getGraphic();
+       Drawing * drawing = point->GetDrawing();
 
-       if (graphic)
-               ui.cbLayer->init(*(graphic->getLayerList()), false, false);
+       if (drawing)
+               ui.cbLayer->init(*(drawing->getLayerList()), false, false);
 
        Layer * lay = point->getLayer(false);