The pipette mechanism was broken: the created point was not dragged. (no

issue)
This commit is contained in:
Hombre
2016-03-13 18:15:48 +01:00
parent 13b49f8a54
commit af45865a2e
12 changed files with 38 additions and 19 deletions

View File

@@ -405,8 +405,11 @@ bool CurveEditor::button1Pressed(const int modifierKey)
EditDataProvider* provider = getEditProvider();
if (provider->object) {
subGroup->pipetteButton1Pressed(provider, modifierKey);
remoteDrag = true;
remoteDrag = subGroup->pipetteButton1Pressed(provider, modifierKey);
}
if (remoteDrag) {
action = ES_ACTION_DRAGGING;
}
subGroup->refresh(this);