Kaydet (Commit) 2c8ea7d9 authored tarafından Rafael Dominguez's avatar Rafael Dominguez

Deselect items when searching for templates to reset toolbars.

Change-Id: Ifacbc257abcc84284deb1723d30e74d45adca192
üst b910d1d9
......@@ -682,6 +682,7 @@ IMPL_LINK_NOARG(SfxTemplateManagerDlg, SearchUpdateHdl)
// if the search view is hidden, hide the folder view and display search one
if (!mpSearchView->IsVisible())
{
mpCurView->deselectItems();
mpSearchView->Show();
mpCurView->Hide();
}
......
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