Skip to content
Snippets Groups Projects
Commit 44e999ad authored by Mathieu Tillet's avatar Mathieu Tillet
Browse files

Update instrumentview immediatly on field changes

parent 76725da8
No related branches found
No related tags found
No related merge requests found
......@@ -764,10 +764,9 @@ void InstrumentWidgetMaskTab::doubleChanged(QtProperty *prop) {
m_instrWidget->getSurface()->setCurrentPoint(name, p);
}
}
// when the user validates the edit of the field, the view is immediatly
// updated this way
m_instrWidget->updateInstrumentView();
}
// when the user validates the field's edit, the view is immediatly updated
m_instrWidget->updateInstrumentView();
m_instrWidget->update();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment