r1505 accidentally changed the behavior of the (JMP) links in the keyframe panel...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 29 Jan 2008 06:23:21 +0000 (06:23 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 29 Jan 2008 06:23:21 +0000 (06:23 +0000)
git-svn-id: http://svn.voria.com/code@1518 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/keyframetree.cpp

index 5ae4afa..101fa50 100644 (file)
@@ -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);
        }