From kde-commits Sat Oct 09 15:22:29 2010 From: Johannes Simon Date: Sat, 09 Oct 2010 15:22:29 +0000 To: kde-commits Subject: koffice/libs/flake Message-Id: <20101009152229.9481CAC892 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128663778924397 SVN commit 1184246 by jsimon: This reverts r1183233 with commit message "Fixes missing legends in ms documents opened with kword." It caused the chart shape to be invisible in KPresenter. M +0 -2 KoShapeContainer.cpp --- trunk/koffice/libs/flake/KoShapeContainer.cpp #1184245:1184246 @@ -158,8 +158,6 @@ qreal zoomX, zoomY; converter.zoom(&zoomX, &zoomY); m.scale(zoomX, zoomY); - if ( parent() ) - m *= absoluteTransformation(&converter); painter.setClipPath(m.map(outline())); QRectF toPaintRect = converter.viewToDocument(painter.clipRegion().boundingRect());