mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
SQLDB: fix font for sqlstringspropertyeditordlg. Such naming leaved only for gtk1 and should be removed in future. fixes issue #18795
git-svn-id: trunk@35401 -
This commit is contained in:
parent
447396f4b7
commit
c025a77731
@ -164,7 +164,8 @@ begin
|
||||
SQLHighlighter.SQLDIalect:=D;
|
||||
SQLHighlighter.Enabled:=True;
|
||||
{$ifdef unix}
|
||||
{$ifndef darwin}
|
||||
// keep this only because of gtk1
|
||||
{$ifdef LCLGtk}
|
||||
SQLEditor.Font.Name:='-adobe-courier-medium-r-normal-*-8-*-*-*-m-*-iso10646-1';
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user