Browse Source

Merge branch 'master' into fixes/3551-treeview-clear-index

pull/3764/head
Steven Kirk 6 years ago
committed by GitHub
parent
commit
b1d6d7fd49
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Base/Threading/DispatcherPriority.cs

2
src/Avalonia.Base/Threading/DispatcherPriority.cs

@ -17,7 +17,7 @@ namespace Avalonia.Threading
SystemIdle = 1,
/// <summary>
/// The job will be processed when the application sis idle.
/// The job will be processed when the application is idle.
/// </summary>
ApplicationIdle = 2,

Loading…
Cancel
Save