use Session::notify_presentation_info_changed() rather than emitting Stripable::PresentationInfoChange after editor-based reordering

This commit is contained in:
Paul Davis 2016-05-17 09:35:24 -04:00
parent 6ef7139fb3
commit daab42f209

View file

@ -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 ();
}
}