Skip to content

Commit

Permalink
Fixed Perfare#924
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfare authored and aelurum committed Nov 17, 2022
1 parent b3621a7 commit 5487ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssetStudioGUI/Components/TreeViewExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static void HideCheckBox(this TreeNode node)
hItem = node.Handle,
mask = TVIF_STATE,
stateMask = TVIS_STATEIMAGEMASK,
state = TVIS_STATEIMAGEMASK //temp bugfix for an issue with getting stuck during the "Building tree structure" step
state = TVIS_STATEIMAGEMASK
};
SendMessage(node.TreeView.Handle, TVM_SETITEM, IntPtr.Zero, ref tvi);
}
Expand Down

0 comments on commit 5487ff4

Please sign in to comment.