|
@@ -1858,8 +1858,8 @@ void la_RegisterInternalProps(){
|
|
|
laAddEnumItemAs(ep, "D65_P3", "D65 P3", "D65 P3 color space", TNS_COLOR_SPACE_D65_P3, 0);
|
|
|
}
|
|
|
ep = laAddEnumProperty(p, "output_proofing", "Proofing", "Show soft proofing in this window", 0,0,0,0,0,offsetof(laWindow, OutputProofing), 0,laset_WindowOutputProofing, 0,0,0,0,0,0,0,0);{
|
|
|
- laAddEnumItemAs(ep, "NONE", "None", "Not doing soft proofing", 0, L'🖵');
|
|
|
- laAddEnumItemAs(ep, "PROOFING", "Proofing", "Show soft proofing", 1, L'🖶');
|
|
|
+ laAddEnumItemAs(ep, "NONE", "None", "Not doing soft proofing", 0, U'🖵');
|
|
|
+ laAddEnumItemAs(ep, "PROOFING", "Proofing", "Show soft proofing", 1, U'🖶');
|
|
|
}
|
|
|
ep = laAddEnumProperty(p, "output_show_overflow", "Show Overflow", "Show stripes on overflowing colors", LA_WIDGET_ENUM_HIGHLIGHT, 0,0,0,0,offsetof(laWindow, OutputShowStripes), 0,laset_WindowShowStripes, 0,0,0,0,0,0,0,0);{
|
|
|
laAddEnumItemAs(ep, "NONE", "None", "Don't show overflow", 0,0);
|