[Libreoffice-commits] core.git: cui/source

Noel Grandin noel.grandin at collabora.co.uk
Tue Jun 26 07:17:42 UTC 2018


 cui/source/options/personalization.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit aecd51754ec00faef7ad8f742d5e3cdbab470436
Author: Noel Grandin <noel.grandin at 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.heiko at gmail.com>
    Tested-by: Heiko Tietze <tietze.heiko at 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 )


More information about the Libreoffice-commits mailing list