[apps/sequence|grpah] Fix bug

Change-Id: Ic0d40262dd3ee4e2d393b7bb65e0b3a224ffbccc
This commit is contained in:
Émilie Feral
2017-05-18 13:37:29 +02:00
parent 6317f3a100
commit 0105a0a450
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ InteractiveCurveViewRange * App::Snapshot::graphRange() {
void App::Snapshot::tidy() {
m_functionStore.tidy();
m_graphRange.setDelegate(nullptr);
}
App::App(Container * container, Snapshot * snapshot) :