View | Details | Raw Unified | Return to issue 103720
Collapse All | Expand All

(-)svx/source/sdr/contact/viewobjectcontactofgraphic.cxx (+3 lines)
Lines 219-224 Link Here
219
			SdrGrafObj& rGrafObj = getSdrGrafObj();
219
			SdrGrafObj& rGrafObj = getSdrGrafObj();
220
			rGrafObj.ForceSwapIn();
220
			rGrafObj.ForceSwapIn();
221
221
222
            // #103720: forget the event before triggering ActionChanged(),
223
            // as that could lead to double deletion
224
            mpAsynchLoadEvent = 0;
222
			// Invalidate all paint areas and check existing animation (which may have changed).
225
			// Invalidate all paint areas and check existing animation (which may have changed).
223
			GetViewContact().ActionChanged();
226
			GetViewContact().ActionChanged();
224
		}
227
		}

Return to issue 103720