Thanks to zeljko for confirming.
I was able to reproduce right now:
I have my Lazarus 1.9.0 r56925M FPC 3.0.4 x86_64-linux-qt.
I started new project. I saved it. I open Project Options -> Addition and Overrides and
added LCLWidgetType "gtk2".
I run the project once just to see it is really GT
On 02.01.2018 16:01, Vojtěch Čihák via Lazarus wrote:
Hi,
I sometimes experienced that IDE does not follow the value in combobox in Tools -> Configure "Build Lazarus". Setting Qt is ignored and IDE rebuilds to GTk. But when I change the value in Project Options -> Additions and Overrides -> LC
Hi,
I sometimes experienced that IDE does not follow the value in combobox in Tools
-> Configure "Build Lazarus". Setting Qt is ignored and IDE rebuilds to GTk.
But when I change the value in Project Options -> Additions and Overrides ->
LCL Widget Type and then I rebuild IDE, it rebuilds to c
I seldom use launching applications from a terminal window, so I
happened to notice only recently what appears to me to be a regression
from older Lazarus versions.
In the Run Parameters window, selecting "Use launching application"
currently disables "Command line parameters" (Lazarus 1.6, 1.
On Sun, 31 Dec 2017 17:38:21 +0300
AlexeyT via Lazarus wrote:
> + // Duplicate logic in CreateFontIndirect
> + if not Win32WidgetSet.MetricsFailed and SameText(Font.Name,
> DefFontData.Name) then
>
> Issue 32894
> please, change "and SameText(..)" to
>
> and IsFontNameDefault(Font.Name)
On Sun, 31 Dec 2017 16:33:30 +0300
AlexeyT via Lazarus wrote:
> >simple LCL applications are so large: graphics drags in fcl-image,
> which includes full support for JPEG,
>
> you are right, graphics.pp--
>
> uses
> // RTL + FCL
> SysUtils, Math, Types, Classes, Contnrs, Laz_AVL_Tree,