fix:合并冲突
This commit is contained in:
@@ -18,14 +18,12 @@
|
||||
<!-- 半透明遮罩 -->
|
||||
<Rectangle Name="OverlayRectangle"
|
||||
Fill="Black"
|
||||
Opacity="0.3"
|
||||
IsHitTestVisible="False" />
|
||||
Opacity="0.3" />
|
||||
|
||||
<!-- 透明选择区域遮罩 - 使用正确的几何体操作 -->
|
||||
<Rectangle Name="TransparentSelectionMask"
|
||||
Fill="Black"
|
||||
Opacity="0.3"
|
||||
IsHitTestVisible="False"
|
||||
Visibility="Collapsed">
|
||||
<Rectangle.Clip>
|
||||
<CombinedGeometry GeometryCombineMode="Exclude">
|
||||
@@ -45,9 +43,8 @@
|
||||
<Rectangle Name="SelectionRectangle"
|
||||
Stroke="White"
|
||||
StrokeThickness="1"
|
||||
Fill="#01FFFFFF"
|
||||
Fill="#01000000"
|
||||
Visibility="Collapsed"
|
||||
IsHitTestVisible="True"
|
||||
Panel.ZIndex="1001"
|
||||
MouseLeftButtonDown="SelectionRectangle_MouseLeftButtonDown"
|
||||
MouseLeftButtonUp="SelectionRectangle_MouseLeftButtonUp"
|
||||
|
||||
Reference in New Issue
Block a user