| commit | 4fa6ed7b0902e08de006bcb7534ba49696affb9f | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Mon Jan 31 21:14:02 2022 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Tue Feb 01 09:37:11 2022 +0100 |
| tree | 28cddef058460ce5a9b2be7049a51bb2e9ca916b | |
| parent | 4c11673e78813dedb2089dd7e1a76a12da26cc8b [diff] |
tdf#145030 if all in effects list is unselected retain last marked obj in the slide selection Change-Id: Ibdd9c827fea3ef33f0ae385147b3fa633d5dff83 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129244 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index 496b7ee..b952a72 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx
@@ -2446,6 +2446,11 @@ void CustomAnimationPane::onSelect() if( maSelectionLock.isLocked() ) return; // tdf#145030 if nothing is selected in the effects list, leave the selection of // objects in in the slide untouched if (maListSelection.empty()) return; ScopeLockGuard aGuard( maSelectionLock ); DrawViewShell* pViewShell = dynamic_cast< DrawViewShell* >( FrameworkHelper::Instance(mrBase)->GetViewShell(FrameworkHelper::msCenterPaneURL).get());