Skip to content

Commit b2dbadb

Browse files
authored
Fix rendering doesn't update after removing item from Viewport3DX.Items.helix-toolkit#2001 (helix-toolkit#2002)
1 parent 29ed77c commit b2dbadb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/HelixToolkit.Wpf.SharpDX.Shared/Controls/Viewport3DX.cs

+1
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ private void Items_CollectionChanged(object sender, System.Collections.Specializ
391391
}
392392
}
393393
}
394+
InvalidateRender();
394395
}
395396

396397
/// <summary>

0 commit comments

Comments
 (0)