File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 173173 </Style >
174174
175175 <Style x : Key =" AcrylicContentControlStyle" TargetType =" {x:Type ContentControl}" >
176+ <Setter Property =" IsTabStop" Value =" False" />
176177 <Setter Property =" Template" >
177178 <Setter .Value>
178179 <ControlTemplate TargetType =" {x:Type ContentControl}" >
237238 TextWrapping =" NoWrap" TextTrimming =" CharacterEllipsis" />
238239
239240 <ContentControl x : Name =" customTitleBar"
241+ IsTabStop =" False"
240242 Grid.Column=" 1"
241243 Content =" {Binding (local:AcrylicWindow.TitleBar), RelativeSource={RelativeSource AncestorType=Window}}" />
242244
342344 </Grid .RowDefinitions>
343345 <AdornerDecorator x : Name =" content"
344346 Grid.Row=" 1" >
345- <ContentControl Content =" {Binding}" ClipToBounds =" True" />
347+ <ContentControl Content =" {Binding}" IsTabStop = " False " ClipToBounds =" True" />
346348 </AdornerDecorator >
347349 </Grid >
348350 </Grid >
You can’t perform that action at this time.
0 commit comments