From bda036f0fe34cb8f20e1d4441f1514bae68df69f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 16 Mar 2023 09:55:47 +0000 Subject: update line controls preview if style changed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit e.g. in page style dialog, footnote page, line menubutton, if theme changes from light<->dark while the dialog remains open Change-Id: If8ca8b2cf9c4e4d620ce0ea1c92c50accbc8ebcb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148981 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- include/svtools/ctrlbox.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx index 61dcba9c191c..57b9094284ee 100644 --- a/include/svtools/ctrlbox.hxx +++ b/include/svtools/ctrlbox.hxx @@ -254,6 +254,7 @@ private: DECL_DLLPRIVATE_LINK(FocusHdl, weld::Widget&, void); DECL_DLLPRIVATE_LINK(ToggleHdl, weld::Toggleable&, void); DECL_DLLPRIVATE_LINK(NoneHdl, weld::Button&, void); + DECL_DLLPRIVATE_LINK(StyleUpdatedHdl, weld::Widget&, void); void UpdateEntries(); -- cgit