mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Fix bug #817 : cannot see anything in the field editor; color is white on white background
This commit is contained in:
@@ -68,7 +68,8 @@ end;
|
||||
|
||||
procedure TfrmTextEditor.SetFont(font: TFont);
|
||||
begin
|
||||
memoText.Font := font;
|
||||
memoText.Font.Name := font.Name;
|
||||
memoText.Font.Size := font.Size;
|
||||
end;
|
||||
|
||||
procedure TfrmTextEditor.FormCreate(Sender: TObject);
|
||||
|
||||
Reference in New Issue
Block a user