From f22a4b74a1db51e81c884f71aedb829bcd4ef72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BC=9F?= Date: Mon, 13 Apr 2026 15:15:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E7=9B=B8=E6=9C=BA=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E5=BD=B1=E5=83=8F=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Main/NavigationPropertyPanelView.xaml | 15 +++++++-------- .../Main/NavigationPropertyPanelView.xaml.cs | 8 +------- 2 files changed, 8 insertions(+), 15 deletions(-) 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 @@