diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-01-29 03:10:28 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-01-29 03:10:28 +0100 |
commit | 01210b7fba37356ee2c18420762eeeed52489d20 (patch) | |
tree | 9c2494842b9183d28b6b77ecf3b0d0760f05a922 /spline-widget/spline.hpp | |
parent | 0ea648f8254ff49942e7f83d9034155b50498ac9 (diff) |
gui/mapping-window, spline-widget, logic/main-settings: limited mapping range
Diffstat (limited to 'spline-widget/spline.hpp')
-rw-r--r-- | spline-widget/spline.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spline-widget/spline.hpp b/spline-widget/spline.hpp index 660757f2..ade7f69a 100644 --- a/spline-widget/spline.hpp +++ b/spline-widget/spline.hpp @@ -48,7 +48,7 @@ class OPENTRACK_SPLINE_EXPORT spline final void add_lone_point(); static bool sort_fn(const QPointF& one, const QPointF& two); - static QPointF ensure_in_bounds(const QList<QPointF>& points, int i); + static QPointF ensure_in_bounds(const QList<QPointF>& points, double max_x, int i); mem<spline_detail::settings> s; QMetaObject::Connection connection; |