From: dooglus Date: Tue, 29 Jan 2008 06:23:21 +0000 (+0000) Subject: r1505 accidentally changed the behavior of the (JMP) links in the keyframe panel... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=daf7694c6ffa4e8416534433d492d6084d9dc3ee;p=synfig.git 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 --- 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); }