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

List:       kde-commits
Subject:    koffice/karbon/widgets
From:       David Faure <faure () kde ! org>
Date:       2004-05-09 20:39:48
Message-ID: 20040509203948.E1D322298 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Fix compilation with gcc-3.4 (alledgedly)


  M +1 -1      vcanvas.cc   1.20


--- koffice/karbon/widgets/vcanvas.cc  #1.19:1.20
@@ -348,5 +348,5 @@ VCanvas::repaintAll( const KoRect & )
 //              m_view->layersDocker()->updatePreviews();
         VPainter *p = m_view->painterFactory()->painter();
-        KoRect rect( rect().x(), rect().y(), rect().width(), rect().height() );
+        KoRect rect = KoRect::fromQRect( this->rect() );
         p->blit( rect );
 


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

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