This commit is contained in:
Hombre57
2017-08-19 15:12:24 +02:00
parent 1cb222efbd
commit 7394aa3806
5 changed files with 18 additions and 7 deletions

View File

@@ -194,7 +194,7 @@ void CurveEditorGroup::curveListComplete()
*/
void CurveEditorGroup::typeSelectionChanged (CurveEditor* ce, int n)
{
// Same type : do nothing
// Same curve and same type : do nothing
if (ce == displayedCurve && n == (int)ce->selected) {
return;
}