Kaydet (Commit) 49d7492e authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Template Manager: clicking on empty space deselect everything

Change-Id: I7cfbbd3a4f4283b9438a97eb383b460cad1f5a63
üst 7ec3861d
......@@ -525,6 +525,8 @@ void ThumbnailView::MouseButtonDown( const MouseEvent& rMEvt )
return;
}
else if (!pItem)
deselectItems( );
}
Control::MouseButtonDown( rMEvt );
......
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