Browse Source

typo

pull/8224/head
daniel mayost 4 years ago
parent
commit
05db047d29
  1. 2
      tests/Avalonia.Controls.UnitTests/ComboBoxTests.cs

2
tests/Avalonia.Controls.UnitTests/ComboBoxTests.cs

@ -427,7 +427,7 @@ namespace Avalonia.Controls.UnitTests
target.Presenter.ApplyTemplate();
target.SelectedIndex = 0;
// need help here how to connect 'content' tio visual tree, or how to
// need help here how to connect 'content' to visual tree, or how to open popup
var rectangle = target.GetValue(ComboBox.SelectionBoxItemProperty) as Rectangle;

Loading…
Cancel
Save