]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/qg_graphicview.cpp
Refactored CAD tool bars once more...
[architektonas] / src / widgets / qg_graphicview.cpp
index d885f8a0a820a59c2f24def12d029d3d97cf9f61..4704f0a2cb8ec149f54fe19ac713c03da27541be 100644 (file)
@@ -156,6 +156,7 @@ A non-zero alignment indicates that the widget should not grow to fill the avail
        //w->setEraseColor(QColor(255,0,0));
        gridStatus = new QLabel("-", this);
        gridStatus->setAlignment(Qt::AlignRight);
+//     gridStatus->setAutoFillBackground(true);
 //    layout->addMultiCellWidget(gridStatus, 1, 1, 1, 2);
        layout->addWidget(gridStatus, 1, 1, 1, 2);
 //    layout->addColSpacing(1, 50);
@@ -365,6 +366,10 @@ void QG_GraphicView::resizeEvent(QResizeEvent * /*e*/)
        RS_DEBUG->print("QG_GraphicView::resizeEvent end");
 }
 
+/*
+This is retarded. There is absolutely no reason to have this shit in here.
+This could be easily called from whoever calls this crap.
+*/
 // Next three methods from RS_LayerListListener Interface:
 void QG_GraphicView::layerEdited(RS_Layer *)
 {