Skip to content

Commit

Permalink
Update HostWindow.axaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jul 25, 2021
1 parent f5b8053 commit 2249601
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Dock.Avalonia/Controls/HostWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ namespace Dock.Avalonia.Controls
[PseudoClasses(":toolwindow")]
public class HostWindow : Window, IStyleable, IHostWindow
{
private static bool s_useCustomDrag = true;
/// <summary>
/// Use custom drag instead of BeginMoveDrag.
/// </summary>
public static bool s_useCustomDrag = true;

private readonly DockManager _dockManager;
private readonly HostWindowState _hostWindowState;
private Control? _chromeGrip;
Expand Down

0 comments on commit 2249601

Please # to comment.