ecf44bd085
Folder images are changed in FileBrowser::notified() when TVN_ITEMEXPANDED is recieved. This works fine when e.g. expand/collapse using "+" button. However, when foldAll() or expandAll() are called on a TreeView, the TVN_ITEMEXPANDED is not sent. The reason is that TVIS_EXPANDEDONCE flag is set. To reset that flag, it would be needed to pass TVE_COLLAPSERESET to TreeView_Expand that also removes all child items which is unwanted. Resolve the problem by notifying TreeView parent manually when recieve TVM_EXPAND and TVIS_EXPANDEDONCE is set. Fix #8912 |
||
---|---|---|
.. | ||
bin | ||
gcc | ||
installer | ||
misc/chameleon | ||
scintilla.original.forUpdating | ||
src | ||
Test | ||
visual.net |