GNOME Bugzilla – Bug 740770
Missing style when the GtkCellRenderer:sensitive property is FALSE
Last modified: 2014-11-29 13:01:20 UTC
The GtkCellRenderer:sensitive property has no effects. I think it's because the GTK_STATE_FLAG_INSENSITIVE style of GtkTreeView is the same as GTK_STATE_FLAG_NORMAL.
Forgot to say, it happens with GTK+ 3.14 and GTK+ master (currently 3.15.2).
I'd need an example where it is used and what would you expect that to do.
Should be fixed in master and 3.14 branch, closing, feel free to reopen if I didn't get that correctly.
Thanks Lapo, it works fine. (the insensitive GtkTreeView colors are used by the auto-completion in GtkSourceView, and can be tested with the tests/test-completion program)