Browse Source

Moved field to correct place.

pull/712/head
Steven Kirk 10 years ago
parent
commit
cbd672e2f6
  1. 3
      src/Avalonia.Controls/Primitives/Popup.cs

3
src/Avalonia.Controls/Primitives/Popup.cs

@ -68,6 +68,7 @@ namespace Avalonia.Controls.Primitives
private PopupRoot _popupRoot;
private TopLevel _topLevel;
private IDisposable _nonClientListener;
bool _ignoreIsOpenChanged = false;
/// <summary>
/// Initializes static members of the <see cref="Popup"/> class.
@ -182,8 +183,6 @@ namespace Avalonia.Controls.Primitives
/// </summary>
IVisual IVisualTreeHost.Root => _popupRoot;
bool _ignoreIsOpenChanged = false;
/// <summary>
/// Opens the popup.
/// </summary>

Loading…
Cancel
Save