Skip to content

Commit

Permalink
Fix #367: Update of grid after editing in the top-right text box is b…
Browse files Browse the repository at this point in the history
…roken
  • Loading branch information
tom-englert committed Oct 22, 2020
1 parent fcd2b6a commit 8ea0923
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ResXManager.VSIX/VSPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Threading;

Expand Down Expand Up @@ -103,6 +104,8 @@ protected override async System.Threading.Tasks.Task InitializeAsync(Cancellatio

await JoinableTaskFactory.SwitchToMainThreadAsync();

SynchronizationContextThrottle.TaskFactory = new TaskFactory(TaskScheduler.FromCurrentSynchronizationContext());

ShowLoaderMessages(loaderMessages);

ErrorProvider.Register(ExportProvider);
Expand Down

0 comments on commit 8ea0923

Please sign in to comment.