From cc425e019d3a7d3494ac15ffe213b6b47b1c64ed Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 15 Jul 2018 01:04:34 +0300 Subject: Working on PPC. --- .../PPC/Tango.PPC.UI/Notifications/DefaultNotificationProvider.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Notifications/DefaultNotificationProvider.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Notifications/DefaultNotificationProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/Notifications/DefaultNotificationProvider.cs index 0ff9982ee..ba869957d 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Notifications/DefaultNotificationProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Notifications/DefaultNotificationProvider.cs @@ -45,6 +45,8 @@ namespace Tango.PPC.UI.Notifications _pendingDialogs = new ConcurrentQueue>(); PopNotificationCommand = new RelayCommand((x) => PopNotification(x)); + + NotificationItems.EnableCrossThreadOperations(); } private MessageBoxVM _currentMessageBox; -- cgit v1.3.1