https://bugs.documentfoundation.org/show_bug.cgi?id=132591
--- Comment #19 from Caolán McNamara <[email protected]> --- sw/source/ui/frmdlg/frmpage.cxx line 2254 has a fascinating... if (rSize.GetWidthPercent() == SwFormatFrameSize::SYNCED || rSize.GetHeightPercent() == SwFormatFrameSize::SYNCED) { m_xFixedRatioCB->set_active(true); } where sw/inc/fmtfsize.hxx: enum PercentFlags { SYNCED = 0xff }; which gives some indication how this change could be related to this odd effect. let me have a look at this -- You are receiving this mail because: You are the assignee for the bug.
