Summary: | Curves: Don't recalculate on mouseUp if the position of the marker did not change | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Simon <simon.eu> |
Component: | Plugin-Editor-Curves | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.4.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: |
Description
Simon
2010-08-05 09:09:55 UTC
SVN commit 1217517 by mwiesweg: No need to emit curvesChanged signal from mouseReleased. It's sufficient to release it from mousePress and mouseMove. Use update() instead of repaint(). BUG: 246772 M +4 -1 NEWS M +12 -14 libs/dimg/filters/curves/curveswidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1217517 |