You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/02/19 06:31:15 UTC

[Bug 98734] Image control in dialog does not obey Scale : Keep Ratio

https://issues.apache.org/ooo/show_bug.cgi?id=98734

--- Comment #5 from Frank Schönheit <fr...@gmx.de> ---
ob clause: The following should be read with keeping in mind that it is a few
years ago when I last really  worked on the OOo codebase...

ImplModelPropertiesChanged has that DoesDependOnOthers call, which is already
used for the purpose of deferring certain properties, so they're set only after
other props have been set. That mechanism is ugly, but works. Maybe you can
just return sal_True in that method, for the ScaleMode.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.