[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sfx2/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 10 01:41:59 PST 2013


 sfx2/source/control/thumbnailview.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 96633bf2d11b375a608240d1c1e83fd6e627fd75
Author: Cédric Bosdonnat <cedric.bosdonnat at free.fr>
Date:   Wed Jan 9 10:57:44 2013 +0100

    Template Manager: double click on the whole item instead of only thumbnail
    
    Change-Id: Ie07d41e5dcb09977d89752e724fcbabd6c5d7df1
    Reviewed-on: https://gerrit.libreoffice.org/1610
    Reviewed-by: Miklos Vajna <vmiklos at suse.cz>
    Tested-by: Miklos Vajna <vmiklos at suse.cz>

diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx
index c3957f0..62324a7 100644
--- a/sfx2/source/control/thumbnailview.cxx
+++ b/sfx2/source/control/thumbnailview.cxx
@@ -517,7 +517,6 @@ void ThumbnailView::MouseButtonDown( const MouseEvent& rMEvt )
                 maItemStateHdl.Call(pItem);
 
                 Rectangle aRect(pItem->getDrawArea());
-                aRect.SetSize(Size(mnItemWidth,mnThumbnailHeight));
 
                 if (aRect.IsInside(rMEvt.GetPosPixel()))
                     OnItemDblClicked(pItem);


More information about the Libreoffice-commits mailing list