Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGrid.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGrid.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGrid.cs
index 11f65922a22..30710cd7d9e 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGrid.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGrid.cs
@@ -309,10 +309,11 @@ namespace System.Windows.Forms
dataSourceStack = new Stack ();
+ // back these out until we figure out what's going on with ResourceImageLoader and the call to MakeTransparent
back_button_image = ResourceImageLoader.Get ("go-previous.png");
- back_button_image.MakeTransparent (Color.Transparent);
+ //back_button_image.MakeTransparent (Color.Transparent);
parent_rows_button_image = ResourceImageLoader.Get ("go-top.png");
- parent_rows_button_image.MakeTransparent (Color.Transparent);
+ //parent_rows_button_image.MakeTransparent (Color.Transparent);
}
#endregion // Public Constructor