update views after resolving IDs for drawing bars with proper range

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1312 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-17 00:15:34 +00:00
parent 43b8eb9393
commit cac0b846aa

View File

@@ -439,6 +439,7 @@ void automationPattern::resolveAllIDs( void )
}
}
a->m_idsToResolve.clear();
a->dataChanged();
}
}
}