Browse Source

Removed bad code.

Committed I assume by accident.
pull/727/head
Steven Kirk 10 years ago
parent
commit
750949233d
  1. 2
      samples/ControlCatalog/MainWindow.xaml.cs

2
samples/ControlCatalog/MainWindow.xaml.cs

@ -20,8 +20,6 @@ namespace ControlCatalog
var theme = new Avalonia.Themes.Default.DefaultTheme();
theme.FindResource("Button");
AvaloniaXamlLoader.Load(this);
PointerPressed += delegate { Measure(new Size(1, 1)); };
}
}
}

Loading…
Cancel
Save