新增托盘图标
This commit is contained in:
@@ -235,7 +235,7 @@ namespace Melskin.Controls
|
||||
}
|
||||
view.Refresh();
|
||||
|
||||
// !string.IsNullOrEmpty(Text) 的判断
|
||||
// !string.IsNullOrEmpty(Tip) 的判断
|
||||
if (!string.IsNullOrEmpty(Text) && !view.IsEmpty && textBox is { IsKeyboardFocused: true })
|
||||
{
|
||||
IsDropDownOpen = true;
|
||||
|
||||
Reference in New Issue
Block a user