Melissa
3 weeks 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.Controls/Automation/Peers/TitleBarAutomationPeer.cs
|
|
|
@ -10,7 +10,7 @@ internal class TitleBarAutomationPeer : ControlAutomationPeer |
|
|
|
{ |
|
|
|
} |
|
|
|
|
|
|
|
protected override bool IsContentElementCore() => true; |
|
|
|
protected override bool IsContentElementCore() => false; |
|
|
|
|
|
|
|
protected override string GetClassNameCore() |
|
|
|
{ |
|
|
|
|