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

Dialogs in macOS big sur #216

Open lainz opened 3 years ago

lainz commented 3 years ago

Hi, just to annotate this here so it don't get lost.

CudaText vs LazPaint dialogs.

image (1) image

Is not a bug, but just to look nicer on newest OS.

lainz commented 3 years ago

Esteban said that he uses MessageDlg function https://lazarus-ccr.sourceforge.io/docs/lcl/dialogs/messagedlg.html

circular17 commented 3 years ago

Hmm I am using MessageDlg as well.

lainz commented 3 years ago

Ok, so seems that is not implemented by the LCL, and uses a custom dialog. Because MessageDlg should be native, maybe it's not the case in all modes.