编辑器
修正手误
This commit is contained in:
@@ -4246,7 +4246,7 @@ type thighlightercoloredter=class(tvcform)
|
||||
begin
|
||||
if flistboxchanging then return ;
|
||||
idx := listbox1.ItemIndex;
|
||||
if idx >=0 and idx<7 then
|
||||
if idx <7 and idx>=0 then
|
||||
begin
|
||||
cl := colorcombobox1.getcurrentColor();
|
||||
ffrontcolors[idx] := cl;
|
||||
@@ -4341,7 +4341,7 @@ type thighlightercoloredter=class(tvcform)
|
||||
begin
|
||||
ftcl := ffrontcolors[0];
|
||||
cl := fbkcols[id];
|
||||
end
|
||||
end
|
||||
if cl>=0 or cl<0 then
|
||||
begin
|
||||
cvs.brush.Color := cl;
|
||||
|
||||
Reference in New Issue
Block a user