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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2012-11-23 15:50:20 +0400
committerLluis Sanchez <lluis@xamarin.com>2012-11-23 15:50:20 +0400
commit05bbe76d487e4edd58239d2886d0499ff1f044d8 (patch)
tree6df380414370a7147087d64cd3918e44ce00d079 /Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
parent71ae7f10c79101926305dca871e0a56f98b34095 (diff)
More API changes
Diffstat (limited to 'Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs')
-rwxr-xr-xXwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs b/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
index 4ca4c7af..b87c4c60 100755
--- a/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
+++ b/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
@@ -163,7 +163,7 @@ namespace Xwt.GtkBackend
void HandleWidgetClicked (object sender, EventArgs e)
{
if (!ignoreClickEvents) {
- Toolkit.Invoke (delegate {
+ ApplicationContext.InvokeUserCode (delegate {
EventSink.OnClicked ();
});
}