diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-28 10:38:59 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-28 10:38:59 +0300 |
| commit | 9785613e7897747231f0e0f1d02c76ce8407e920 (patch) | |
| tree | f2d1b7160ee99d21d920638fcfef22bb6f29991e /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs | |
| parent | ffcb06ec20597465cdbe62040bacfb4bfc7d5de0 (diff) | |
| download | Tango-9785613e7897747231f0e0f1d02c76ce8407e920.tar.gz Tango-9785613e7897747231f0e0f1d02c76ce8407e920.zip | |
Resolved another threading issue with SynchronizedObservableCollection.
Related Work Items: #229
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs index 9c69bee75..d4598867c 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs @@ -36,7 +36,6 @@ namespace Tango.MachineStudio.UI protected override void OnStartup(StartupEventArgs e) { - ObservableEntityCollectionSettings.SetDispatcher(Application.Current.Dispatcher); #if DEBUG |
