From 5072fa495b429536218ce602162098582df1707b Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Thu, 30 Jan 2014 16:38:53 +0100 Subject: Don't reverse object order when creating a marker. (bzr r12987) --- src/selection-chemistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 3f54ef8b9..ecf814f60 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -2841,7 +2841,7 @@ void sp_selection_to_marker(SPDesktop *desktop, bool apply) GSList *items = g_slist_copy(const_cast(selection->itemList())); - items = g_slist_sort(items, (GCompareFunc) sp_object_compare_position); // Why needed? + //items = g_slist_sort(items, (GCompareFunc) sp_object_compare_position); // Why needed? // bottommost object, after sorting SPObject *parent = SP_OBJECT(items->data)->parent; -- cgit v1.2.3