From 4356afe13c4d5ecf080b09eb38c99ee5fd09bf73 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 18 Oct 2017 16:28:08 +0100 Subject: Resolves: tdf#113214 change back to previous entry after 'more' is dispatcher MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic5bd5f9182e47c6dfdab8fcd6399ffc482a4fb6a Reviewed-on: https://gerrit.libreoffice.org/43512 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara (cherry picked from commit 7ff293f2d2793b30f30d2f499b332e5329d4ddb4) Reviewed-on: https://gerrit.libreoffice.org/43518 Reviewed-by: Michael Stahl Tested-by: Michael Stahl (cherry picked from commit 91a2e5f1193d6b20d871f2b8a3467a1301ca3f81) --- svx/source/tbxctrls/tbcontrl.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'svx/source') diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 02012d508c3f..c5d4b78fa476 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -454,6 +454,8 @@ void SvxStyleBox_Impl::Select() pViewFrm->ShowChildWindow( SID_SIDEBAR ); ::sfx2::sidebar::Sidebar::ShowPanel("StyleListPanel", pViewFrm->GetFrame().GetFrameInterface()); + //tdf#113214 change text back to previous entry + SetText(GetSavedValue()); bDoIt = false; } } -- cgit