Skip to content

Commit

Permalink
curve point: fix X editing causing an infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 27, 2024
1 parent dc29b2f commit f5e0c27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void PointInspectorWidget::on_editXFinished()

auto simpleMove = [this] {
on_pointXChanged(m_XBox->value());
on_editXFinished();
m_dispatcher.commit();
};

// Try to handle all the simple cases:
Expand Down

0 comments on commit f5e0c27

Please sign in to comment.