Skip to content

Commit

Permalink
Fix InkToolbar pen flyout crash on RS4 (#4928)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonMSFT authored Apr 29, 2021
1 parent d07fa6b commit 49c719a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dev/CommonStyles/InkToolbar_themeresources.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE in the project root for license information. -->
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:contract7Present="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:contract7Present="http://schemas.microsoft.com/winfx/2006/xaml/presentation?IsApiContractPresent(Windows.Foundation.UniversalApiContract,7)">
<ResourceDictionary.ThemeDictionaries>
<ResourceDictionary x:Key="Default">
<!--Background-->
Expand Down Expand Up @@ -2084,9 +2086,9 @@
<Setter.Value>
<ControlTemplate TargetType="InkToolbarPenConfigurationControl">
<Grid x:Name="RootElement" MinWidth="320">
<Grid.ChildrenTransitions>
<contract7Present:Grid.ChildrenTransitions>
<EntranceThemeTransition />
</Grid.ChildrenTransitions>
</contract7Present:Grid.ChildrenTransitions>

<Grid.Resources>
<Style x:Key="FlyoutStrokeWidthSelectorStyle" TargetType="Slider">
Expand Down

0 comments on commit 49c719a

Please sign in to comment.