设计器
优化继承和配色
This commit is contained in:
@@ -788,11 +788,11 @@ type TCustomMemo = class(TCustomScrollControl,TCustomMemoCmd) //
|
||||
it := flines[i];
|
||||
if it and it.FMarked then
|
||||
begin
|
||||
dc.brush.Color := 0xFF00FF;
|
||||
dc.brush.Color := 0x12a4f6;//0xFF00FF;
|
||||
tr := r;
|
||||
tr[0]+= 1;
|
||||
tr[1]+= 1;
|
||||
tr[3]-= 1;
|
||||
tr[1]+= 2;
|
||||
tr[3]-= 4;
|
||||
dc.FillRect(tr);
|
||||
end
|
||||
if i=Fecruningto then
|
||||
@@ -4148,7 +4148,6 @@ function CreateATslMemoUndoItem(AReason,AStart,AEnd,ChangeText,SelMode);
|
||||
begin
|
||||
return new TTslMemoUndoItem(AReason,AStart,AEnd,ChangeText,SelMode);
|
||||
end
|
||||
|
||||
InitialIzation
|
||||
end.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user