]> granicus.if.org Git - transmission/commit
(trunk gtk) #3887: "CPU spikes to 100% on scrolling" -- workaround committed.
authorJordan Lee <jordan@transmissionbt.com>
Sat, 22 Jan 2011 13:26:44 +0000 (13:26 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sat, 22 Jan 2011 13:26:44 +0000 (13:26 +0000)
commit92def6b960f700f2e5b11b1547bc25cb15e4aeec
tree7252da8a8afbfdd46477b14ecaf8025195455e55
parent9220ad23009de707cfb363ebb91a4a435be1337f
(trunk gtk) #3887: "CPU spikes to 100% on scrolling" -- workaround committed.

The patch avoids use of GtkCellRendererText's "sensitive" property, and instead renders paused torrents' text using the widget's style's color for insensitive text. This approach honors the theme's "insensitive" color setting and uses it to draw insensitive text with no etching or shadowing.

The better option is still for Murrine to fix its text shadow issue... but until then, here is a workaround.
gtk/torrent-cell-renderer.c