[banshee] [CoverArtEditor] Do not create a visible window



commit 3e58f4d71518b07ae1bbcbb7c6e9b099277ff39e
Author: Aaron Bockover <abockover novell com>
Date:   Fri May 7 14:17:19 2010 -0400

    [CoverArtEditor] Do not create a visible window
    
    Draw on the parent window, so proper theming shows through. We just want
    an input-only window here for events.

 .../Banshee.Collection.Gui/CoverArtEditor.cs       |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CoverArtEditor.cs b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CoverArtEditor.cs
index b4fb28a..95655eb 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CoverArtEditor.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CoverArtEditor.cs
@@ -71,6 +71,7 @@ namespace Banshee.Collection.Gui
             public EditorBox (Widget child)
             {
                 Child = child;
+                VisibleWindow = false;
 
                 ButtonPressEvent += (o, a) => {
                     if (a.Event.Button == 3 && IsSensitive ((int)a.Event.X, (int)a.Event.Y)) {



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