Merge pull request #722 from irihitech/focus

Fix IPBox and MultiComboBox focus style
This commit is contained in:
Zhang Dian
2025-07-10 22:32:22 +08:00
committed by GitHub
3 changed files with 10 additions and 1 deletions

View File

@@ -307,6 +307,7 @@ public class IPv4Box: TemplatedControl
protected override void OnLostFocus(RoutedEventArgs e)
{
base.OnLostFocus(e);
foreach (var pre in _presenters)
{
pre?.HideCaret();