It appears that its Gtk.render_focus() is simply no longer drawing a
frame or anything like this. A workaround would be:

=== modified file 'softwarecenter/ui/gtk3/widgets/buttons.py'
--- softwarecenter/ui/gtk3/widgets/buttons.py   2012-10-05 03:34:26 +0000
+++ softwarecenter/ui/gtk3/widgets/buttons.py   2012-10-16 09:51:31 +0000
@@ -104,7 +104,7 @@
         A = self.get_allocation()
 
         if self.has_focus():
-            Gtk.render_focus(self.get_style_context(),
+            Gtk.render_frame(self.get_style_context(),
                              cr,
                              3, 3,
                              A.width - 6, A.height - 6)

I will try to create a testcase next (this would have to be done for all
of the Gtk.render_focus() calls).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1067273

Title:
  Focus rings are mostly invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1067273/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to