mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
don't clear note items in MidiRegionView::display_model().
- redisplay_model() does this for us.
This commit is contained in:
parent
cee7e0cb53
commit
7805217b5f
1 changed files with 0 additions and 1 deletions
|
|
@ -994,7 +994,6 @@ MidiRegionView::display_model(boost::shared_ptr<MidiModel> model)
|
|||
content_connection.disconnect ();
|
||||
_model->ContentsChanged.connect (content_connection, invalidator (*this), boost::bind (&MidiRegionView::redisplay_model, this), gui_context());
|
||||
/* Don't signal as nobody else needs to know until selection has been altered. */
|
||||
clear_events ();
|
||||
|
||||
if (_enable_display) {
|
||||
redisplay_model();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue