summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-10-02 21:12:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-10-03 10:53:46 +0200
commitd95f58a1ebf2ff7fb163cd423df16b4a6167a8fa (patch)
tree707e190a1d5a035492330274741d191693e7f309 /svtools
parentd9e322d60f65ff20631dab87baa5a2c7c71daaa2 (diff)
tdf#156756 Icon sizes for the toolbar wrong (part2)
my previous fix commit 715a6ea8cb3aa6c80edbb22909aac3f18b7daec6 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Mon Oct 2 11:31:09 2023 +0200 tdf#156756 Icon sizes for the toolbar wrong had a bug which broke changing themes Change-Id: Icf19fee5034ec2795354641c62979b6284e1a5d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157506 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/miscopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/miscopt.cxx b/svtools/source/config/miscopt.cxx
index 725654602d1d..fe9788eee14b 100644
--- a/svtools/source/config/miscopt.cxx
+++ b/svtools/source/config/miscopt.cxx
@@ -296,7 +296,7 @@ void SvtMiscOptions_Impl::ImplCommit()
else {
value = GetIconTheme();
}
- seqValuesRange[1] <<= value;
+ seqValuesRange[0] <<= value;
// Set properties in configuration.
PutProperties( seqNames, seqValues );
}