Skip to content

Commit

Permalink
Fixed #924
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfare committed Mar 19, 2022
1 parent b674e66 commit b909857
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 = 0
state = TVIS_STATEIMAGEMASK
};
SendMessage(node.TreeView.Handle, TVM_SETITEM, IntPtr.Zero, ref tvi);
}
Expand Down

0 comments on commit b909857

Please sign in to comment.