r1505 accidentally changed the behavior of the (JMP) links in the keyframe panel...
[synfig.git] / 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);
        }