Skip to content

Commit a5e50af

Browse files
committed
Fix issue AssetLog event list is not displayed properly when window is initialized.
1 parent f325e17 commit a5e50af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UnityEngine.AssetGraph/Editor/System/Core/AssetProcessEventRecord.cs

+2
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ private void InitAfterDeserialize()
133133
m_filterKeyword = string.Empty;
134134
m_includeError = true;
135135
m_includeInfo = true;
136+
137+
RebuildFilteredEvents();
136138
}
137139

138140
public void SetFilterCondition(bool includeInfo, bool includeError) {

0 commit comments

Comments
 (0)