Skip to content

Commit 687e39a

Browse files
committed
update SmartHint.IsContentNullOrEmpty on initial load
1 parent 8da4640 commit 687e39a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MaterialDesignThemes.Wpf/SmartHint.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ private void RefreshState(bool useTransitions)
253253
if (proxy is null) return;
254254
if (!proxy.IsVisible) return;
255255

256+
IsContentNullOrEmpty = proxy.IsEmpty();
257+
256258
var action = new Action(() =>
257259
{
258260
string state = string.Empty;

0 commit comments

Comments
 (0)