mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 00:02:50 +02:00
Debugger: Registers, clear incorrectly cached values. Fix wrong value shown, if display-format is changed.
This commit is contained in:
parent
f70878564b
commit
448ccc8ca1
@ -2803,6 +2803,8 @@ begin
|
||||
if FDataValidity = AValidity then exit;
|
||||
Old := FDataValidity;
|
||||
FDataValidity := AValidity;
|
||||
if AValidity = ddsUnknown then
|
||||
ClearDispValues;
|
||||
DoDataValidityChanged(Old);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user