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;
|
aValue := 0;
|
||||||
if fMaxCount = aValue then
|
if fMaxCount = aValue then
|
||||||
exit;
|
exit;
|
||||||
|
fMaxCount := aValue;
|
||||||
clearOutOfRange;
|
clearOutOfRange;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue