[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Jan 8 07:09:58 PST 2013
sfx2/source/control/thumbnailview.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a03f34ce76108b452f2bb655e3a551dcd23ab644
Author: Cédric Bosdonnat <cedric.bosdonnat at free.fr>
Date: Tue Jan 8 16:05:48 2013 +0100
Template Manager: unselect folder when double-clicking
Change-Id: I11ad88b3a69d3e2a00e859ee33cbc22c5d525618
diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx
index 06942e5..d8ec2d2 100644
--- a/sfx2/source/control/thumbnailview.cxx
+++ b/sfx2/source/control/thumbnailview.cxx
@@ -513,7 +513,7 @@ void ThumbnailView::MouseButtonDown( const MouseEvent& rMEvt )
else if ( rMEvt.GetClicks() == 2 )
{
// The mouse button down event 1 click right before is pointless
- pItem->setSelection(!pItem->isSelected());
+ pItem->setSelection(false);
maItemStateHdl.Call(pItem);
Rectangle aRect(pItem->getDrawArea());
More information about the Libreoffice-commits
mailing list