Kaydet (Commit) 4419f243 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Template Manager: double click on the whole item instead of only thumbnail

Change-Id: Ie07d41e5dcb09977d89752e724fcbabd6c5d7df1
üst a4a3fcb9
...@@ -517,7 +517,6 @@ void ThumbnailView::MouseButtonDown( const MouseEvent& rMEvt ) ...@@ -517,7 +517,6 @@ void ThumbnailView::MouseButtonDown( const MouseEvent& rMEvt )
maItemStateHdl.Call(pItem); maItemStateHdl.Call(pItem);
Rectangle aRect(pItem->getDrawArea()); Rectangle aRect(pItem->getDrawArea());
aRect.SetSize(Size(mnItemWidth,mnThumbnailHeight));
if (aRect.IsInside(rMEvt.GetPosPixel())) if (aRect.IsInside(rMEvt.GetPosPixel()))
OnItemDblClicked(pItem); OnItemDblClicked(pItem);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment