fix TMruList, maxCount setter, value was never set

This commit is contained in:
Basile Burg 2014-11-27 22:10:10 +01:00
parent f32ff2ac4e
commit 5c64186520
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ begin
aValue := 0;
if fMaxCount = aValue then
exit;
fMaxCount := aValue;
clearOutOfRange;
end;