https://issues.apache.org/ooo/show_bug.cgi?id=115391
--- Comment #6 from Armin Le Grand <[email protected]> --- ALG: There are differences in the interaction handling for CustomShapes; when not a group object, the overlay geometry is created based on the fallback-geometry of the CustomShape defined by SdrObjects where none of these uses a bTextFrame flag. When in a group, directly SdrObjCustomShape::Resize is used which has bTextFrame set. Wit bTextFrame set there seem to be errors in the handling of SdrTextObj::NbcResize at the bottom, the SetRectsDirty call is too late and the rcecalculations of MinTextSize fittings are based on the wrong (the old) rectangle. Checking if this can be cured with invalidating these rects early... -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
