Version: 1.4.0 (using KDE 4.4.5) OS: Linux Related to: https://bugs.kde.org/show_bug.cgi?id=238776 If I drag a node around until it fits and then release the mosue button, it is always recalculated. This is an unnecessary delay if the node's position did not change. Reproducible: Always OS: Linux (x86_64) release 2.6.34-0.slh.11-sidux-amd64 Compiler: cc
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