[Lazarus] IDE Font issue

2011-02-21 Thread Michael Van Canneyt
Hi, I attached a small image of the SQL editor of TSQLQuery. Lazarus version of today. The code in sqlstringspropertyeditordlg.pas (components/sqldb): constructor TSQLStringsPropertyEditorDlg.Create(AOwner: TComponent); begin inherited Create(AOwner);

Re: [Lazarus] IDE Font issue

2011-02-21 Thread zeljko
On Monday 21 of February 2011 16:08:34 Michael Van Canneyt wrote: Hi, I attached a small image of the SQL editor of TSQLQuery. Lazarus version of today. The code in sqlstringspropertyeditordlg.pas (components/sqldb): constructor TSQLStringsPropertyEditorDlg.Create(AOwner: TComponent);

Re: [Lazarus] IDE Font issue

2011-02-21 Thread Michael Van Canneyt
On Mon, 21 Feb 2011, zeljko wrote: On Monday 21 of February 2011 16:08:34 Michael Van Canneyt wrote: Hi, I attached a small image of the SQL editor of TSQLQuery. Lazarus version of today. The code in sqlstringspropertyeditordlg.pas (components/sqldb): constructor

Re: [Lazarus] IDE Font issue

2011-02-21 Thread Martin
On 21/02/2011 15:29, Michael Van Canneyt wrote: On Mon, 21 Feb 2011, zeljko wrote: hm...looks like mismatch between Font.Size and Font.Height Yes, you said this last time I reported it, but nothing changed :) But how to fix it ? Is it a bug in GetEditorControlSettings ? I assume so,

Re: [Lazarus] IDE Font issue

2011-02-21 Thread Michael Van Canneyt
On Mon, 21 Feb 2011, Martin wrote: On 21/02/2011 15:29, Michael Van Canneyt wrote: On Mon, 21 Feb 2011, zeljko wrote: hm...looks like mismatch between Font.Size and Font.Height Yes, you said this last time I reported it, but nothing changed :) But how to fix it ? Is it a bug in