parent
3205732fdf
commit
4a7e770bf9
|
|
@ -78,7 +78,7 @@ type thighlitcolor = class(tcomponent)
|
||||||
begin
|
begin
|
||||||
FColors[i] := new tcolor(v["back"]);
|
FColors[i] := new tcolor(v["back"]);
|
||||||
end else
|
end else
|
||||||
FColors[i] := new tcolor(v["font"]);
|
FColors[i] := new tcolor(v["font"]);
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
@ -90,7 +90,8 @@ type thighlitcolor = class(tcomponent)
|
||||||
if i="back" then
|
if i="back" then
|
||||||
begin
|
begin
|
||||||
v.changed := false;
|
v.changed := false;
|
||||||
v.color := cls["×ÖÌå"]["back"];
|
bc := cls["×ÖÌå"]["back"];
|
||||||
|
v.color := (bc=0)?1:bc;
|
||||||
if v.changed then
|
if v.changed then
|
||||||
begin
|
begin
|
||||||
cgd .|= 2;
|
cgd .|= 2;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue