| commit | 4e8331b77a2dcad2b10d3ca5b788711ea4e83a1b | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Wed Dec 07 13:20:03 2022 +0000 |
| committer | Michael Stahl <michael.stahl@allotropia.de> | Thu Dec 08 12:20:49 2022 +0000 |
| tree | 7a17263d90c2a43d187e36cb1c6f9b0dbf5d8ce4 | |
| parent | 11c2dae93e492442223922f621c5dafd30c99213 [diff] |
Resolves: tdf#152411 clear before freeze to let gtk a11y drop reference Change-Id: I2c0f852a0432e7319644b0ea11533b6d153b4ac7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143718 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx index aab82ca..a52b5f8 100644 --- a/starmath/source/ElementsDockingWindow.cxx +++ b/starmath/source/ElementsDockingWindow.cxx
@@ -554,8 +554,8 @@ void SmElementsControl::setElementSetId(TranslateId pSetId) void SmElementsControl::addElements(const TranslateId& rCategory) { mpIconView->clear(); // tdf#152411 clear before freeze to let gtk a11y drop reference mpIconView->freeze(); mpIconView->clear(); mpIconView->set_item_width(0); maItemDatas.clear();