banshee r3948 - in trunk/banshee: . src/Libraries/Hyena.Gui/Hyena.Gui.Theming
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3948 - in trunk/banshee: . src/Libraries/Hyena.Gui/Hyena.Gui.Theming
- Date: Wed, 21 May 2008 23:01:31 +0000 (UTC)
Author: gburt
Date: Wed May 21 23:01:31 2008
New Revision: 3948
URL: http://svn.gnome.org/viewvc/banshee?rev=3948&view=rev
Log:
2008-05-21 Scott Peterson <lunchtimemama gmail com>
* src/Libraries/Hyena.Gui/Hyena.Gui.Theming/GtkTheme.cs: Fixed rendering
problem with sort arrow if the first column was sorted.
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Gui.Theming/GtkTheme.cs
Modified: trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Gui.Theming/GtkTheme.cs
==============================================================================
--- trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Gui.Theming/GtkTheme.cs (original)
+++ trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Gui.Theming/GtkTheme.cs Wed May 21 23:01:31 2008
@@ -103,6 +103,7 @@
public override void DrawArrow (Context cr, Gdk.Rectangle alloc, Hyena.Data.SortType type)
{
+ cr.LineWidth = 1;
cr.Translate (0.5, 0.5);
double x1 = alloc.X;
double x3 = alloc.X + alloc.Width / 2.0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]