https://issues.apache.org/ooo/show_bug.cgi?id=124425
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |ACCEPTED Assignee|[email protected] |[email protected] |g | Target Milestone|--- |4.2.0 --- Comment #3 from Armin Le Grand <[email protected]> --- The problem is house-made in the SvxMetricField::Down() implementation. There is OS2-specific code which probably works around a UI error in OS2, but it is not #ifdef'ed for only OS2. The result is that reacing the min value is prohibited for all systems. I have adapted this and also adapted the OS2 code (without being able to test it) to at least set the value to the min value and not just leave it unchanged when it falls below the minimum. -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue. You are watching all issue changes.
