#4139 closed defect (fixed)
Gtk.CellRendererText() has no theme set for 'sensitive' property
Reported by: | humitos | Owned by: | manuq |
---|---|---|---|
Priority: | Normal | Milestone: | Unspecified |
Component: | Sugar | Version: | Unspecified |
Severity: | Unspecified | Keywords: | theme, screenshot |
Cc: | manuq | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
I'm trying to make some rows 'unsensitive' (because of #3709) and I found that there is no style for that property.
I'm attaching an script as example that ran in GNOME it shows the rows with a clear difference between 'sensitive' set in False and in True but ran inside Sugar they look very similar.
Attachments (4)
Change History (9)
Changed 11 years ago by humitos
comment:1 Changed 11 years ago by manuq
OK I need to check how was this themed in GTK2.
PS the window in your "in_sugar.png" is not getting the Sugar theme, but the basic gnome one. I'm attaching a script that can be added to sugar-toolkit-gtk3 tests/graphics directory and then run from a sugar shell.
comment:2 Changed 11 years ago by manuq
- Resolution set to fixed
- Status changed from new to closed
Pushed fix as b2b0f261 .
comment:3 follow-up: ↓ 4 Changed 11 years ago by humitos
After "make build" inside sugar-build I can see your b2b0f261 change. But I run my original script inside Sugar from Terminal Activity and I can't see the difference between the columns.
What it could be missing?
comment:4 in reply to: ↑ 3 Changed 11 years ago by manuq
comment:5 Changed 10 years ago by dnarvaez
- Component changed from sugar-artwork to Sugar
Script as example