Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Mar 21, 2023
1 parent cb80fc8 commit 5582c9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions samples/AvaloniaSvgSample/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ public MainWindow()
#if DEBUG
this.AttachDevTools();
#endif
}

private void InitializeComponent()
{
AvaloniaXamlLoader.Load(this);

svgSvgDockPanel.AddHandler(DragDrop.DropEvent, Drop);
svgSvgDockPanel.AddHandler(DragDrop.DragOverEvent, DragOver);

Expand Down
6 changes: 0 additions & 6 deletions samples/AvaloniaSvgSkiaSample/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ public MainWindow()
#if DEBUG
this.AttachDevTools();
#endif
}

private void InitializeComponent()
{
AvaloniaXamlLoader.Load(this);

svgSvgDockPanel.AddHandler(DragDrop.DropEvent, Drop);
svgSvgDockPanel.AddHandler(DragDrop.DragOverEvent, DragOver);

Expand Down

0 comments on commit 5582c9f

Please sign in to comment.