Skip to content

Commit

Permalink
优化 截图多显示器情况下窗口选择显示
Browse files Browse the repository at this point in the history
*更新 0.0.2.095
  • Loading branch information
MakesYT committed Jan 13, 2025
1 parent 9da1aea commit 8e4f5b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion KitopiaAvalonia/KitopiaAvalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<DebugType Condition="'$(Configuration)' == 'Release'">none</DebugType>
<Version>0.0.2.094</Version>
<Version>0.0.2.095</Version>
<AvaloniaVersion>11.2.2</AvaloniaVersion>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU;x64</Platforms>
Expand Down
4 changes: 4 additions & 0 deletions KitopiaAvalonia/Windows/ScreenCaptureWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ protected override void OnPointerExited(PointerEventArgs e)
{
base.OnPointerExited(e);
PointerOver = false;
SelectBox.Width = 0;
SelectBox.Height = 0;
SelectBox.IsVisible = false;
UpdateSelectBox();
}

protected override void OnPointerMoved(PointerEventArgs e)
Expand Down

0 comments on commit 8e4f5b6

Please sign in to comment.