cui/source/options/personalization.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit aecd51754ec00faef7ad8f742d5e3cdbab470436 Author: Noel Grandin <noel.gran...@collabora.co.uk> Date: Fri Jun 15 10:39:16 2018 +0200 personalisation: check "Own Theme" button when clicking "Select Theme" to make it more obvios that the two belong together Change-Id: I8e0590679950e96802bab48cd78a8ef6b0a0b681 Reviewed-on: https://gerrit.libreoffice.org/55847 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.he...@gmail.com> Tested-by: Heiko Tietze <tietze.he...@gmail.com> diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx index eac843b3bd77..f67c5644f6c5 100644 --- a/cui/source/options/personalization.cxx +++ b/cui/source/options/personalization.cxx @@ -490,6 +490,7 @@ void SvxPersonalizationTabPage::LoadExtensionThemes() IMPL_LINK_NOARG( SvxPersonalizationTabPage, SelectPersona, Button*, void ) { + m_pOwnPersona->Check(); ScopedVclPtrInstance< SelectPersonaDialog > aDialog(nullptr); if ( aDialog->Execute() == RET_OK ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits