Hi,
There appears to be a regression in SetSystemColors.
The KnownColors.Update method has the following signature:
public static void Update (int knownColor, uint color)
However in Theme.SetSystemColors, we're passing in two int's:
update.Invoke (null, new object [2] { (int) kc, value.ToArgb () });
This results in an ArgumentException (thrown by MonoMethod.Invoke).
Strange thing is that I only noticed this issue today, and this change was
done two weeks ago.
Am I missing something here ?
Gert
_______________________________________________
Mono-winforms-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-winforms-list