Debugger: Watch-property-dialog, don't allow "all up" for display-format tabs

This commit is contained in:
Martin 2024-02-29 12:57:59 +01:00
parent 482d9b7e20
commit 8cf144ce33

View File

@ -277,7 +277,9 @@ begin
FInButtonClick := True;
try
UpdateFormat;
if not (ssShift in GetKeyShiftState) then begin
if (not(ssShift in GetKeyShiftState)) or
(not(tbNumber.Down or tbEnum.Down or tbBool.Down or tbChar.Down or tbFloat.Down or tbStruct.Down or tbPointer.Down))
then begin
tbNumber.Down := tbNumber = Sender;
tbEnum.Down := tbEnum = Sender;
tbBool.Down := tbBool = Sender;