[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-dev: Another multi-attrib editor misbehaviour
Hi Peter,
Peter Clifton writes:
> [...]
> Whilst the three GtkCellRendererToggle buttons do respond to being
> activated using the "Enter" key after having aquired keyboard focus
> around them, they don't redraw themselves until after you mouse out of /
> onto the row which contains the renderer.
>
> The callback multiattrib_callback_toggled_visible() gets called in both
> the case of clicking on the Toggle button (works), or pressing Enter
> "on" it (rendering update bug).
The callback does change the model (the visibility of the
attribute). However it was not notifying the view that the model had
been modified.
Please try this patch which properly emits the row_changed signal each
time the model is modified.
Regards,
Patrick
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev