Editor-Color-Opts: fix local button

git-svn-id: trunk@27694 -
This commit is contained in:
martin 2010-10-13 23:04:28 +00:00
parent b51d07b9db
commit 1180d2dbc3

View File

@ -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