mirror of https://github.com/AMT-Cheif/Stylet.git
Default the PropertyChangedDispatcher to Execute.OnUIThread
This commit is contained in:
parent
100c344436
commit
1de019aa48
|
@ -15,7 +15,7 @@ namespace Stylet
|
|||
public static SynchronizationContext SynchronizationContext;
|
||||
private static bool? inDesignMode;
|
||||
|
||||
public static Action<Action> DefaultPropertyChangedDispatcher = a => a();
|
||||
public static Action<Action> DefaultPropertyChangedDispatcher = Execute.OnUIThread;
|
||||
|
||||
public static void OnUIThread(Action action)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue