properly reset the editedHandle
field of MyFlatCurve
when cleaning up the curve editor
Tentative fix for #3813
This commit is contained in:
parent
ac50db35a8
commit
8f1e2cee42
@ -1194,6 +1194,7 @@ void MyFlatCurve::pipetteMouseOver (CurveEditor *ce, EditDataProvider *provider,
|
|||||||
// occurs when leaving the preview area -> cleanup the curve editor
|
// occurs when leaving the preview area -> cleanup the curve editor
|
||||||
pipetteR = pipetteG = pipetteB = -1.f;
|
pipetteR = pipetteG = pipetteB = -1.f;
|
||||||
lit_point = -1;
|
lit_point = -1;
|
||||||
|
editedHandle = FCT_EditedHandle_None;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user