1
0
spegling av https://github.com/arsenetar/dupeguru.git synced 2026-01-26 00:21:39 +00:00

[#66 state:fixed] Fixed crash when changing the state of an expanded directory.

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40160
This commit is contained in:
hsoft
2009-09-29 14:37:01 +00:00
förälder d8ecf95497
incheckning e7cdec93c0

Visa fil

@@ -58,6 +58,7 @@ http://www.hardcoded.net/licenses/hs_license
OVNode *node = [directories itemAtRow:[directories clickedRow]];
[_py setDirectory:p2a([node indexPath]) state:i2n([sender tag])];
[node resetAllBuffers];
[directories reloadItem:node reloadChildren:YES];
[directories display];
}