fix: fix ip box focus handling and styles. fix multicombobox focus style.

This commit is contained in:
Dong Bin
2025-07-10 16:35:13 +08:00
parent e025b489e2
commit 55c3941c3d
3 changed files with 10 additions and 1 deletions

View File

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