summaryrefslogtreecommitdiff
path: root/cui/source/options/personalization.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-15 10:39:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-26 09:17:19 +0200
commitaecd51754ec00faef7ad8f742d5e3cdbab470436 (patch)
treec332fbb1393529da3fb0d0435889ed0bb1f02e6d /cui/source/options/personalization.cxx
parentfa356008b08a8a5b5556aa8f89ca8f7989c53516 (diff)
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@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'cui/source/options/personalization.cxx')
-rw-r--r--cui/source/options/personalization.cxx1
1 files changed, 1 insertions, 0 deletions
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 )