[banshee/stable-1.6] [CoverArtEditor] Do not create a visible window
- From: Aaron Bockover <abock src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/stable-1.6] [CoverArtEditor] Do not create a visible window
- Date: Fri, 7 May 2010 18:28:33 +0000 (UTC)
commit eaa68397d652bb7728b89a79b008586b7c8d9aa0
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]