mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 08:19:41 +02:00
Debugger: Watch-property-dialog, don't allow "all up" for display-format tabs
This commit is contained in:
parent
482d9b7e20
commit
8cf144ce33
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user