ozon85
ozon85
I wrote the code for your fpGUI example-develop\examples\gui\img test_jpg\ I added the code to the ``` TfrmMain procedure.FormPaint(Sender: TObject); var clip:TfpgRect; begin clip:= canvas.GetClipRect; if (clip.Width>0) and(clip.Height>0)then clip:= canvas.GetClipRect; Canvas.DrawImage(0,...
Also inside `procedure TfpgWidget.msgpaint(var msg: TfpgMessageRec)` I found that for the widget defines its FInvalidRect, which corresponds to the rectangle that needs updating. Based on this, I wrote a descendant...
I am using the latest release 1.4.1 What is the master branch? Is it stable? I'm trying to make an application compiled from code on github using fpc. I'd like...
I downloaded the fpGUI-maint branch and compiled my application with this fpgui_toolkit package. When running in windows, the application freezes for a few seconds, after which it does not work...
In addition to the previous post: For develop branch, in the dialog, the button hint flashes about 3 times and does not appear anymore
``` #user log: autorandr default (detected) (1st match) def-for-qemu (detected) (2nd match) python3 autorandr.py default (detected) (1st match) def-for-qemu (detected) (2nd match) python3 autorandr.py --change default (detected) (1st match) def-for-qemu...
i'm using rosa linux.
Yes, my issue is duplicate. Same behaviour. My linux kernel 6.12.34-generic-1rosa13-x86_64 Notepadqq version : 1.4.8 Qt used by notepadqq is 5.15.16 In addition: correct copying from notepadqq via a combination...