remove unneeded boundingRect methods

This commit is contained in:
WandererFan
2016-07-22 09:49:31 -04:00
committed by wmayer
parent 14329d9458
commit ee318b6a2c
10 changed files with 5 additions and 24 deletions

View File

@@ -373,6 +373,10 @@ QRectF QGIView::customChildrenBoundingRect() {
return result;
}
QRectF QGIView::boundingRect() const
{
return m_border->rect().adjusted(-2.,-2.,2.,2.); //allow for border line width //TODO: fiddle brect if border off?
}
QColor QGIView::getNormalColor()
{
Base::Reference<ParameterGrp> hGrp = getParmGroupCol();