From e8d5982b60cecf9283b4a2a67999e6a39234ec60 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sun, 12 Apr 2026 19:27:29 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E5=85=83=E7=B4=A0=E5=B1=95=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Styles/Controls/TooltipBlock.xaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MaaWpfGui/Styles/Controls/TooltipBlock.xaml b/src/MaaWpfGui/Styles/Controls/TooltipBlock.xaml index 1445c64cf6..dbaba29acb 100644 --- a/src/MaaWpfGui/Styles/Controls/TooltipBlock.xaml +++ b/src/MaaWpfGui/Styles/Controls/TooltipBlock.xaml @@ -13,6 +13,7 @@ HorizontalAlignment="Left" VerticalAlignment="Center" Background="{DynamicResource MouseOverRegionBrushOpacity75}" + Cursor="Help" DataContext="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}" MouseEnter="OnMouseEnter" MouseLeave="OnMouseLeave" @@ -32,6 +33,7 @@