svtools/source/config/miscopt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d95f58a1ebf2ff7fb163cd423df16b4a6167a8fa Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Mon Oct 2 21:12:34 2023 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Tue Oct 3 10:53:46 2023 +0200 tdf#156756 Icon sizes for the toolbar wrong (part2) my previous fix commit 715a6ea8cb3aa6c80edbb22909aac3f18b7daec6 Author: Noel Grandin <noel.gran...@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.gran...@collabora.co.uk> 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 ); }