Browse Source
Enable light dismiss on CalendarDatePicker popup in simple theme (#18092)
repro/18104-drag-drop-flyout-placement
nickodei
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Themes.Simple/Controls/CalendarDatePicker.xaml
|
|
|
@ -118,7 +118,7 @@ |
|
|
|
|
|
|
|
<Popup Name="PART_Popup" |
|
|
|
PlacementTarget="{TemplateBinding}" |
|
|
|
IsLightDismissEnabled="False"> |
|
|
|
IsLightDismissEnabled="True"> |
|
|
|
<Calendar Name="PART_Calendar" |
|
|
|
DisplayDate="{TemplateBinding DisplayDate}" |
|
|
|
DisplayDateEnd="{TemplateBinding DisplayDateEnd}" |
|
|
|
|