mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 02:32:34 +02:00
Object Inspector: Fix the default value when saving CheckboxForBoolean.
git-svn-id: trunk@49939 -
This commit is contained in:
parent
d9ace5ff7b
commit
6e00fb5ddc
@ -3784,7 +3784,7 @@ begin
|
||||
|
||||
ConfigStore.SetDeleteValue(Path+'ShowHints',FShowHints, True);
|
||||
ConfigStore.SetDeleteValue(Path+'AutoShow',FAutoShow, True);
|
||||
ConfigStore.SetDeleteValue(Path+'CheckboxForBoolean',FCheckboxForBoolean, False);
|
||||
ConfigStore.SetDeleteValue(Path+'CheckboxForBoolean',FCheckboxForBoolean, True);
|
||||
ConfigStore.SetDeleteValue(Path+'BoldNonDefaultValues',FBoldNonDefaultValues, True);
|
||||
ConfigStore.SetDeleteValue(Path+'DrawGridLines',FDrawGridLines, True);
|
||||
ConfigStore.SetDeleteValue(Path+'ShowGutter',FShowGutter, True);
|
||||
|
Loading…
Reference in New Issue
Block a user