gEDA-dev: Another multi-attrib editor misbehaviour
Patrick Bernaud
b-patrick at wanadoo.fr
Thu Oct 19 09:31:53 EDT 2006
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
More information about the geda-dev
mailing list