mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
624 B

--- koffice-1.3.1/karbon/widgets/vcanvas.cc.orig 2004-04-12 11:18:46.000000000 +0200
+++ koffice-1.3.1/karbon/widgets/vcanvas.cc 2004-05-10 10:24:47.550169576 +0200
@@ -306,12 +306,12 @@
/// repaints just a rect area (no scrolling)
void
-VCanvas::repaintAll( const KoRect & )
+VCanvas::repaintAll( const KoRect & r)
{
//if( m_view->layersDocker() )
// m_view->layersDocker()->updatePreviews();
VPainter *p = m_view->painterFactory()->painter();
- KoRect rect( rect().x(), rect().y(), rect().width(), rect().height() );
+ KoRect rect( r.x(), r.y(), r.width(), r.height() );
p->blit( rect );
// draw handle: