1
0
mirror of synced 2024-11-12 02:00:50 +01:00

Fix objects from not updating

This commit is contained in:
KillzXGaming 2019-03-28 20:22:22 -04:00
parent a1606187b4
commit 52d8b06d23
3 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -252,6 +252,7 @@ namespace Switch_Toolbox.Library.Forms
private void treeViewCustom1_AfterCheck(object sender, TreeViewEventArgs e)
{
UpdateViewport = false;
IsModelChecked = false;
if (e.Node is STGenericModel)
{