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

Hide search view when theres no text to search for.

Change-Id: Ic178bf641d313b45a750f4b56dc3de53000abd8a
üst 72cbe83e
......@@ -591,6 +591,11 @@ IMPL_LINK_NOARG(SfxTemplateManagerDlg, SearchUpdateHdl)
mpSearchView->Invalidate();
}
else
{
mpSearchView->Hide();
maView->Show();
}
return 0;
}
......
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