rajrakeshdr / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

Soughtgraph has fixed backgroundcolor #318

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use a theme with a gradient background on notebooks
2. Go to the sought graph

What is the expected output? What do you see instead?
The background will be fixed to the widget background color rather than the
gradient.

This might be fixable by subclassing gtk.Notebook and connect_after to
expose-event, but it would be ugly.
Future gtk versions may support transparency.

Original issue reported on code.google.com by lobais on 31 Mar 2008 at 2:20

GoogleCodeExporter commented 9 years ago
Fixed in trunk and 0.8 branch

Original comment by lobais on 25 Apr 2008 at 3:51