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

After closing a remote repository overlay display local view.

Change-Id: Ic7a2274b36719eeb979218b3dd54f19488f114dc
üst bff778a8
...@@ -324,7 +324,11 @@ IMPL_LINK_NOARG(SfxTemplateManagerDlg, CloseOverlayHdl) ...@@ -324,7 +324,11 @@ IMPL_LINK_NOARG(SfxTemplateManagerDlg, CloseOverlayHdl)
mpTemplateBar->Hide(); mpTemplateBar->Hide();
mpViewBar->Show(); mpViewBar->Show();
mpCurView->showOverlay(false); if (mpCurView == maView)
mpCurView->showOverlay(false);
else
switchMainView(true);
return 0; 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