[banshee] Album Browser: Fix border getting misdrawn (bgo#644315)



commit d7149443e0a087eab608a76c9f14bf73a83542a5
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Mar 29 15:36:13 2011 -0500

    Album Browser: Fix border getting misdrawn (bgo#644315)
    
    The workaround was previously just used on Windows, but it's needed on
    all platforms with recent Cairo/Pango.

 .../Banshee.Collection.Gui/DataViewChildAlbum.cs   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/DataViewChildAlbum.cs b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/DataViewChildAlbum.cs
index ab70485..8710121 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/DataViewChildAlbum.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/DataViewChildAlbum.cs
@@ -66,8 +66,8 @@ namespace Banshee.Collection.Gui
                     Binder = new Hyena.Data.ObjectBinder () { Property = "DisplayArtistName" },
                     UseMarkup = true,
                     TextFormat = "<small>{0}</small>",
-                    // FIXME Windows: non-1.0 opacity causes view's border to be drawn over; bgo#644315
-                    Opacity = Hyena.PlatformDetection.IsWindows ? 1.0 : 0.6
+                    // FIXME non-1.0 opacity causes view's border to be drawn over; bgo#644315
+                    Opacity = 1.0
                 }
             );
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]