Skip to content

Commit

Permalink
EditorCanvasView's name is changed to EditorCamera
Browse files Browse the repository at this point in the history
  • Loading branch information
iconstudio committed Oct 7, 2023
1 parent e5610a4 commit 805ba67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace TestEditor.Editor
{
internal class EditorCanvasView
internal class EditorCamera
{
private Rect myRect;

Expand Down
2 changes: 1 addition & 1 deletion Editor/TestEditor/Infrastructures/EditorCanvas.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed partial class EditorCanvas : UserControl
private bool isDragging;
private PointerRoutedEventArgs lastDragArgs;

private EditorCanvasView Camera { get; }
private EditorCamera Camera { get; }

private class NullEditorPageException : NullReferenceException
{
Expand Down

0 comments on commit 805ba67

Please sign in to comment.