FileView plugin: Changed "Update" command to reset the index offset

This commit is contained in:
Brian Ferguson 2013-02-02 20:33:29 -07:00
parent 8ce97640dd
commit 403ce655bc

View File

@ -538,6 +538,7 @@ PLUGIN_EXPORT void ExecuteBang(void* data, LPCWSTR args)
if (_wcsicmp(args, L"UPDATE") == 0)
{
parent->indexOffset = 0;
parent->needsIcons = true;
parent->needsUpdating = true;
}