You've already forked lazarus-ccr
jvcllaz: Implement scaled imagelists for JvOutlookBar.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6346 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -7,9 +7,7 @@ uses
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
{$IF LCL_FullVersion >= 1080000}
|
||||
Application.Scaled := True;
|
||||
{$ENDIF}
|
||||
Application.Scaled:=True; // Please remove this if Lazarus is older than 1.8
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TOLBarMainForm, OLBarMainForm);
|
||||
Application.Run;
|
||||
|
Reference in New Issue
Block a user