mirror of https://github.com/CGAL/cgal
More fixes
This commit is contained in:
parent
3003fb308f
commit
cfc907e6a3
|
|
@ -22,8 +22,8 @@ ArrangementDemoGraphicsView::ArrangementDemoGraphicsView( QWidget* parent ) :
|
||||||
gridColor( ::Qt::black ),
|
gridColor( ::Qt::black ),
|
||||||
backgroundColor( ::Qt::white )
|
backgroundColor( ::Qt::white )
|
||||||
{
|
{
|
||||||
QMatrix m( 1.0, 0.0, 0.0, -1.0, 0.0, 0.0 );
|
QTransform m( 1.0, 0.0, 0.0, -1.0, 0.0, 0.0 );
|
||||||
this->setMatrix( m );
|
this->setTransform( m );
|
||||||
this->setBackgroundBrush( QBrush( backgroundColor ) );
|
this->setBackgroundBrush( QBrush( backgroundColor ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue