Fix issue #4019
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user