X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fqg_graphicview.cpp;h=4704f0a2cb8ec149f54fe19ac713c03da27541be;hb=c5e595b3156fdf5f93ab6a1032dcc77e859ac6fa;hp=d885f8a0a820a59c2f24def12d029d3d97cf9f61;hpb=52b41ea9bcb03acb96393b36fe29f27ca0163565;p=architektonas diff --git a/src/widgets/qg_graphicview.cpp b/src/widgets/qg_graphicview.cpp index d885f8a..4704f0a 100644 --- a/src/widgets/qg_graphicview.cpp +++ b/src/widgets/qg_graphicview.cpp @@ -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 *) {