mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-07-03 22:13:20 +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:
parent
d8ecf95497
commit
e7cdec93c0
@ -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];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user