diff options
author | Justin Luth <jluth@mail.com> | 2023-06-20 13:37:19 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2023-06-21 01:01:10 +0200 |
commit | e321d85089fc1dd73cd1f1443a53226a25695194 (patch) | |
tree | 17c7f8f1888bdf6e37cd8dce52f12ff38a5962fc /sfx2/source/control | |
parent | 7795a2adc0a724220440dca997495043902f1384 (diff) |
tdf#122270 sd: refresh notebookbar after switch to/from master view
Although the state of the uno items was changing,
the notebookbar was not refreshing to display the new state.
Change-Id: Ifda5e6dcfa1d569ba75d0c94cdf0bc94c63977d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153360
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/shell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx index 84828b0eff25..aeba636a491f 100644 --- a/sfx2/source/control/shell.cxx +++ b/sfx2/source/control/shell.cxx @@ -671,7 +671,7 @@ void SfxShell::UIFeatureChanged() if ( pFrame && pFrame->IsVisible() ) { // Also force an update, if dispatcher is already updated otherwise - // something my get stuck in the bunkered tools. Asynchronous call to + // something may get stuck in the bunkered tools. Asynchronous call to // prevent recursion. if ( !pImpl->pUpdater ) pImpl->pUpdater.reset( new svtools::AsynchronLink( Link<void*,void>( this, DispatcherUpdate_Impl ) ) ); |