[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: [Marble-commits] KDE/kdeedu/marble/src/lib/routing
From:       Torsten Rahn <tackat () t-online ! de>
Date:       2010-05-08 19:23:40
Message-ID: 201005082123.40660.tackat () t-online ! de
[Download RAW message or body]

I guess you want to use

painter->autoMapQuality();

instead. At least that's what it was made for ;-)

Best Regards,

Torsten

On Saturday 08 May 2010 18:12:40 Dennis Nienhüser wrote:
> SVN commit 1124287 by nienhueser:
> 
> Turn off antialising in animation view context.
> 
>  M  +2 -1      RoutingLayer.cpp
> 
> 
> --- trunk/KDE/kdeedu/marble/src/lib/routing/RoutingLayer.cpp
> #1124286:1124287 @@ -561,7 +561,8 @@
>      Q_UNUSED( layer )
> 
>      painter->save();
> -    painter->setRenderHint( QPainter::Antialiasing, true );
> +    bool antialising = d->m_marbleWidget->viewContext() == Still;
> +    painter->setRenderHint( QPainter::Antialiasing, antialising );
> 
>      if ( d->m_placemarkModel) {
>          d->renderPlacemarks( painter );
> _______________________________________________
> Marble-commits mailing list
> Marble-commits@kde.org
> https://mail.kde.org/mailman/listinfo/marble-commits

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic