From daf7694c6ffa4e8416534433d492d6084d9dc3ee Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 29 Jan 2008 06:23:21 +0000 Subject: [PATCH] r1505 accidentally changed the behavior of the (JMP) links in the keyframe panel to require a double click. This changes it back. git-svn-id: http://svn.voria.com/code@1518 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/keyframetree.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/synfig-studio/trunk/src/gtkmm/keyframetree.cpp b/synfig-studio/trunk/src/gtkmm/keyframetree.cpp index 5ae4afa..101fa50 100644 --- a/synfig-studio/trunk/src/gtkmm/keyframetree.cpp +++ b/synfig-studio/trunk/src/gtkmm/keyframetree.cpp @@ -98,6 +98,7 @@ KeyframeTree::KeyframeTree() column->set_reorderable(); column->set_resizable(); column->set_clickable(false); + column->set_sort_column(COLUMNID_JUMP); // without this, (JMP) needs a double click?! append_column(*column); } -- 2.7.4