mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
use Session::notify_presentation_info_changed() rather than emitting Stripable::PresentationInfoChange after editor-based reordering
This commit is contained in:
parent
6ef7139fb3
commit
daab42f209
1 changed files with 2 additions and 1 deletions
|
|
@ -955,7 +955,8 @@ EditorRoutes::sync_presentation_info_from_treeview ()
|
|||
}
|
||||
|
||||
if (change) {
|
||||
Stripable::PresentationInfoChange(); /* EMIT SIGNAL */
|
||||
DEBUG_TRACE (DEBUG::OrderKeys, "... notify PI change from editor GUI\n");
|
||||
_session->notify_presentation_info_change ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue