bgrabitmap / lazpaint

🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)
https://lazpaint.github.io/
GNU General Public License v3.0
401 stars 55 forks source link

Error compiling lazpaint-dev #186

Closed fredvs closed 4 years ago

fredvs commented 4 years ago

Hello.

While compiling last source of lazpaint-dev, with last bgrabitmap-dev, there is that error:

/lazpaint/./dialog/uchoosecolorinterface.pas(1021,15) Error: (5038) identifier idents no member "BitmapAutoScale"

It is fixed while commenting line 1021 in uchoosecolorinterface.pas.

// vsColorView.BitmapAutoScale:= false; // comment this

circular17 commented 4 years ago

Hi Fred.

You need as well latest version of bgracontrols.

fredvs commented 4 years ago

Ha, ok, thanks.

Would it not be easier to have bgracontrols in same directory as bgrabitmap?

lainz commented 4 years ago

I don't think is a good idea, I mean before lazpaint was in the same repository with bgrabitmap.

If people don't need bgracontrols and lazpaint why they want to download it with bgrabitmap, I think that is the reason.

In the other hand if you need lazpaint, you need the 3 repositories, thinking in that way yes is a bit more work to download, but not too much.

fredvs commented 4 years ago

OK, it makes sense.

Thanks.