sd/source/ui/sidebar/LayoutMenu.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5229cacba320f829ca0acd6ef79ddbb09d52b2d9 Author: Caolán McNamara <[email protected]> AuthorDate: Wed Mar 10 11:02:22 2021 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Mar 11 10:06:29 2021 +0100 schedule redraw to draw without focus Change-Id: I9a33811d0d806b686f0b226a81e53d2181f8c822 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112260 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index 29b4350aef18..41261b20c17d 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -707,7 +707,7 @@ IMPL_LINK(LayoutMenu, EventMultiplexerListener, ::sd::tools::EventMultiplexerEve break; case EventMultiplexerEventId::MainViewRemoved: - HideFocus(); + mxLayoutValueSet->Invalidate(); // redraw without focus break; case EventMultiplexerEventId::ConfigurationUpdated: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
