For my application, I want to put the window where it goes and not allow it to
be moved. I am doing:
SetWindowLongPTR(graphicwindow, GWL_STYLE, GetWindowLong(graphicwindow,
GWL_STYLE) AND not(WS_SIZEBOX) And not(WS_Caption));
WS_Caption is the title bar
And
WS_Seizebox is a border around th
On 13/03/2022 18:19, Florian Klämpfl via fpc-pascal wrote:
Thanks for tracking this down! I have cherry picked the commit to fixes.
Great! It was a nasty bug. Good to see it fixed for the next release.
___
fpc-pascal maillist - fpc-pascal@lists.fre
> Am 13.03.2022 um 16:26 schrieb Peter via fpc-pascal
> :
>
> On 12/03/2022 11:33, Florian Klämpfl via fpc-pascal wrote:
>>
>>> Am 12.03.2022 um 12:05 schrieb Peter via fpc-pascal
>>> :
>>>
>>> Its looking like it was fixed in main somewhere between
>>>
>>> 31cd3df724 Jan, 2021
>>> &
>>
On 12/03/2022 11:33, Florian Klämpfl via fpc-pascal wrote:
Am 12.03.2022 um 12:05 schrieb Peter via fpc-pascal
:
Its looking like it was fixed in main somewhere between
31cd3df724 Jan, 2021
&
837b433a28 Apr, 2021
Can you bisect it by any chance? See
https://wiki.freepascal.org/FPC_