TColorDialog: comment that cdShowAlphaChannel also applies to Cocoa.

This commit is contained in:
Bart 2024-12-19 18:06:06 +01:00
parent 3e096abc50
commit 9d49199480

View File

@ -293,7 +293,7 @@ type
cdShowHelp, // Causes the dialog box to display the Help button.
cdSolidColor, // Causes the dialog box to display only solid colors in the set of basic colors.
cdAnyColor, // Causes the dialog box to display all available colors in the set of basic colors.
cdShowAlphaChannel, // Shows the AlphaChannel control (GTK2, QT, QT5, QT6)
cdShowAlphaChannel, // Shows the AlphaChannel control (GTK2, QT, QT5, QT6, Cocoa)
cdNoButtons, // Removes the buttons from the dialog (QT, QT5, QT6)
cdDontUseNativeDialog, // Use QT dialog, not the dialog of the OS (QT, QT5, Qt6)
cdNoEyeDropperButton // Hide the Eye Dropper button. QT6.6+