mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
TColorDialog: comment that cdShowAlphaChannel also applies to Cocoa.
This commit is contained in:
parent
3e096abc50
commit
9d49199480
@ -293,7 +293,7 @@ type
|
|||||||
cdShowHelp, // Causes the dialog box to display the Help button.
|
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.
|
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.
|
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)
|
cdNoButtons, // Removes the buttons from the dialog (QT, QT5, QT6)
|
||||||
cdDontUseNativeDialog, // Use QT dialog, not the dialog of the OS (QT, QT5, Qt6)
|
cdDontUseNativeDialog, // Use QT dialog, not the dialog of the OS (QT, QT5, Qt6)
|
||||||
cdNoEyeDropperButton // Hide the Eye Dropper button. QT6.6+
|
cdNoEyeDropperButton // Hide the Eye Dropper button. QT6.6+
|
||||||
|
Loading…
Reference in New Issue
Block a user