use Session::notify_presentation_info_changed() rather than emitting Stripable::PresentationInfoChange after editor-based reordering
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user