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

List:       kde-commits
Subject:    koffice/plugins/defaultTools/defaulttool
From:       Thorsten Zachmann <t.zachmann () zagge ! de>
Date:       2009-11-17 3:13:59
Message-ID: 1258427639.539652.2198.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1050284 by zachmann:

o Fix moving of grouped shapes by keyboard

If a grouped shape was moved by keyboard and selected again the size of
the group was no longer the size of its members.

@koffice-devel: Can someone please review for backporting into 2.1

CCMAIL: koffice-devel@kde.org


 M  +1 -1      DefaultTool.cpp  


--- trunk/koffice/plugins/defaultTools/defaulttool/DefaultTool.cpp #1050283:1050284
@@ -654,7 +654,7 @@
         QList<QPointF> prevPos;
         QList<QPointF> newPos;
         QList<KoShape*> shapes;
-        foreach(KoShape* shape, koSelection()->selectedShapes(KoFlake::StrippedSelection)) {
+        foreach(KoShape* shape, koSelection()->selectedShapes(KoFlake::TopLevelSelection)) {
             if (shape->isGeometryProtected())
                 continue;
             shapes.append(shape);
[prev in list] [next in list] [prev in thread] [next in thread] 

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