mirror of https://gitlab.com/basile.b/dexed.git
fix TMruList, maxCount setter, value was never set
This commit is contained in:
parent
f32ff2ac4e
commit
5c64186520
|
@ -305,6 +305,7 @@ begin
|
|||
aValue := 0;
|
||||
if fMaxCount = aValue then
|
||||
exit;
|
||||
fMaxCount := aValue;
|
||||
clearOutOfRange;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue