diff --git a/XplorePlane/Views/Main/NavigationPropertyPanelView.xaml b/XplorePlane/Views/Main/NavigationPropertyPanelView.xaml index 0903360..791f55d 100644 --- a/XplorePlane/Views/Main/NavigationPropertyPanelView.xaml +++ b/XplorePlane/Views/Main/NavigationPropertyPanelView.xaml @@ -42,8 +42,7 @@ Stretch="Uniform" StretchDirection="Both" RenderOptions.BitmapScalingMode="HighQuality" - MouseMove="ImgCamera_MouseMove" - MouseLeave="ImgCamera_MouseLeave" /> + MouseLeftButtonDown="ImgCamera_MouseLeftButtonDown" /> @@ -68,32 +67,32 @@