mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 18:59:11 +02:00
Editor-Color-Opts: fix local button
git-svn-id: trunk@27694 -
This commit is contained in:
parent
b51d07b9db
commit
1180d2dbc3
@ -1465,7 +1465,7 @@ begin
|
||||
if Sender = tglGlobal then
|
||||
tglLocal.Checked := not tglGlobal.Checked
|
||||
else
|
||||
tglLocal.Checked := not tglGlobal.Checked;
|
||||
tglGlobal.Checked := not tglLocal.Checked;
|
||||
UpdatingColor := False;
|
||||
|
||||
if (FCurHighlightElement.GetSchemeGlobal <> nil) then begin
|
||||
|
Loading…
Reference in New Issue
Block a user