circular17

Results 373 comments of circular17

I found a way to avoid the bugs by removing the yellow popup about action progress. Here is a fixed version for Qt5 : https://github.com/bgrabitmap/lazpaint/releases/download/v7.2.2/lazpaint7.2.2_linux64_qt5_bugfix.tar.gz

You're very welcome Thanks for helping me finding the bugs !

That could be relatively easy to read.

Hello Alf, That's an interesting suggestion. I suppose this would be a different class, because of the data types involved and probably some things would not function the same way.

Hi @michaliskambi, Thanks for considering this subject. This is not a priority as @DomingoGP found a workaround, applying `sed`: ```bash sed -i 's/type helper/class helper/g' bgrabitmaptypes.pas # change depending on...

Sure, one can inspire from the code, study the vector functions of Inkscape and implement them in some way in LazPaint. Thanks for the link. I am thinking that maybe...

Related to https://github.com/bgrabitmap/lazpaint/issues/553

See https://github.com/bgrabitmap/lazpaint/issues/553

Hello @nyx191, thanks for popping by. It could help pinpoint exactly where there error happens by running the program in debug mode, either with debug binaries (though I've had no...

Hi @nyx191 Thanks for taking the time to compile the program. It seems you've encountered errors along the way. From the stack trace, I gather that a timer is triggered...