mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
Fixed #924
This commit is contained in:
parent
b674e66407
commit
b909857820
@ -40,7 +40,7 @@ namespace AssetStudioGUI
|
||||
hItem = node.Handle,
|
||||
mask = TVIF_STATE,
|
||||
stateMask = TVIS_STATEIMAGEMASK,
|
||||
state = 0
|
||||
state = TVIS_STATEIMAGEMASK
|
||||
};
|
||||
SendMessage(node.TreeView.Handle, TVM_SETITEM, IntPtr.Zero, ref tvi);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user