Skip to content

Commit

Permalink
handler previewer zoom level
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 19, 2018
1 parent a5630d8 commit 87590ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AvalonStudio/AvalonStudio.Languages.Xaml/AvaloniaPreviewer.cs
Expand Up @@ -211,6 +211,8 @@ public AvaloniaPreviewer()
}
_remote.ZoomLevel = zoomLevel;
e.Handled = true;
}
}, Avalonia.Interactivity.RoutingStrategies.Tunnel);

Expand Down

0 comments on commit 87590ee

Please sign in to comment.