Summary: | Tools / Resize - two dimensions are not proportionately resized | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Milan Knížek <knizek> |
Component: | Plugin-Bqm-Resize | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | agateau, caulier.gilles, languitar |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.7.0 | |
Sentry Crash Report: | |||
Attachments: |
Patch for 2 dim proportional resize
Patch for 2 dim proportional resize |
Description
Milan Knížek
2009-09-05 12:54:35 UTC
I can reproduce. Thanks for reporting this. I could patch this, but what exactly is the desired behaviour for the border setting? With a first guess how border should be interpreted... Here is a patch. Created attachment 37130 [details]
Patch for 2 dim proportional resize
I would use qMin and qMax for portability... Created attachment 37131 [details]
Patch for 2 dim proportional resize
Now with qMin and qMax
SVN commit 1027561 by cgilles: fix proportionnal resizing rule.with 2 dims BUGS: 206357 BUGS: 135411 M +108 -59 resizeimagesdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1027561 |