Skip to content

Commit

Permalink
fixing window undraggable under light hidden background
Browse files Browse the repository at this point in the history
  • Loading branch information
kikipoulet committed Jan 13, 2025
1 parent 99536dd commit 12834d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SukiUI/Controls/SukiWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
TransitionTime="{TemplateBinding BackgroundTransitionTime}"
TransitionsEnabled="{TemplateBinding BackgroundTransitionsEnabled}"
ForceSoftwareRendering="{TemplateBinding BackgroundForceSoftwareRendering}"/>
<Panel Background="White"
<Panel Background="White" IsHitTestVisible="False"
IsVisible="{DynamicResource IsLight}"
Opacity="0.1" />

Expand Down

0 comments on commit 12834d9

Please sign in to comment.