Skip to content

Commit

Permalink
Fix issue #169
Browse files Browse the repository at this point in the history
Autohide LayoutAnchorable causes CPU load on idle
  • Loading branch information
Dirkster99 committed Jun 30, 2020
1 parent 1efc369 commit a21903e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Components/AvalonDock/DockingManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ protected virtual void OnAutoHideWindowChanged(DependencyPropertyChangedEventArg
/// </summary>
public static readonly DependencyProperty AutoHideDelayProperty =
DependencyProperty.Register("AutoHideDelay", typeof(int), typeof(DockingManager),
new UIPropertyMetadata(0));
new UIPropertyMetadata(500));

/// <summary>
/// Gets/sets the wait time in milliseconds that is applicable when the system AutoHides
Expand Down

0 comments on commit a21903e

Please sign in to comment.