Synfig Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report #425  -  Parameter can not be edited anymore in latest code(0.64.0)
Posted May 02, 2013 - updated May 02, 2013
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue is a duplicate of issue #426 - "Parameter can not be edited anymore in latest code(0.64.0)"
icon_info.png This issue has been closed with status "Not a bug" and resolution "DUPLICATE".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Not a bug
  • Assigned to
    Not assigned to anyone
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     Yu Chen
  • Owned by
    Not owned by anyone
  • Category
    Not determined
  • Resolution
    DUPLICATE
  • Priority
    Not determined
  • Targetted for
    icon_milestones.png Not determined
  • Tags
    icon_customdatatype.png Not determined
  • Difficulty
    icon_customdatatype.png Not determined
Issue description
It seems except the color and bool value type, all the parameters are not editable anymore on my latest osx build, the terminal will print out the bellow message when you try to edit its value by double-clicking a parameter in Parameter Panel:

(synfigstudio:76515): Gtk-CRITICAL **: gboolean gtk_tree_view_column_cell_process_action(Gtk Tree View Column *, Gdk Window *, const Gdk Rectangle *, const Gdk Rectangle *, guint, gint, const Gdk Rectangle *, Gdk Rectangle *, Gtk Cell Editable **, Gdk Event *, gchar *): assertion `GTK_IS_CELL_EDITABLE (*editable_widget)' failed

Steps to reproduce this issue
1) fetch the latest code from github.com/synfig, 2) build on osx 10.7.5 via macprot 3) run it in terminal, 4) add a new layer (star layer for example) 5) goto parameter panel, to edit its origin parameter by double-clicking 6) you will see, it can not be edited and there is a message printed in terminal window, as described above.