]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/dlgattributes.cpp
In the middle of major refactoring...
[architektonas] / src / forms / dlgattributes.cpp
index a36bc191cd2878dfc13aa0b66fe99fad05527982..83c3a18fa16e6831625de528815322a198ed6458 100644 (file)
@@ -35,7 +35,7 @@ void DlgAttributes::setData(RS_AttributesData * data, RS_LayerList & layerList)
        //pen = line->getPen();
        ui.wPen->setPen(data->pen, true, true, "Pen");
 
-       //RS_Graphic* graphic = line->getGraphic();
+       //Drawing* graphic = line->getGraphic();
        //if (graphic!=NULL) {
        ui.cbLayer->init(layerList, false, true);
        //}