Startcenter: ignore repeated clicks inside recent docs view
Change-Id: Ia433adb26e820b89c4d207d018d0daf42654b4a0
This commit is contained in:
@@ -183,7 +183,7 @@ void RecentDocsView::MouseButtonDown( const MouseEvent& rMEvt )
|
||||
{
|
||||
if ( rMEvt.IsLeft() )
|
||||
{
|
||||
if( rMEvt.GetClicks() == 2 )
|
||||
if( rMEvt.GetClicks() > 1 )
|
||||
return;
|
||||
|
||||
size_t nPos = ImplGetItem(rMEvt.GetPosPixel());
|
||||
|
Reference in New Issue
Block a user