@@ -744,7 +744,7 @@ command revInternal__ResetPreferences
744744 put "false" into tPropsArray ["cShowRevolutionStacks" ]
745745 put "22" into tPropsArray ["cMenuHeight" ]
746746 put "1067,251,1882,827" into tPropsArray ["cRevDocsRect" ]
747- put "Black " into tPropsArray ["cBackDropColor" ]
747+ put "Gray88 " into tPropsArray ["cBackDropColor" ]
748748 put "false" into tPropsArray ["cREVMsgShowUIFrontScripts" ]
749749 put "false" into tPropsArray ["revstack" ]
750750 put "100" into tPropsArray ["cMacOSProgressScrollbarWidth" ]
@@ -1394,6 +1394,18 @@ end revInternal__InitialiseDefaults
13941394command revInternal__InitialiseOptions
13951395 revInternal__Log "Enter" , "Options Initialisation"
13961396
1397+ if the StartCenterClassic of stack "revPreferences" is not "true" then
1398+ set the cBackDrop of stack "revPreferences" to "Gray88"
1399+ set the cBackDropColor of stack "revPreferences" to "Gray88"
1400+ end if
1401+ local tBackdrop
1402+ put the cBackDrop of stack "revPreferences" into tBackdrop
1403+ if tBackdrop is "none" then
1404+ set the backdrop to tBackdrop
1405+ else
1406+ set the backdrop to the cBackDropColor of stack "revPreferences"
1407+ end if
1408+
13971409 set the selectGroupedControls to the cSelectGrouped of stack "revPreferences"
13981410 set the tooltipDelay to the cREVToolTipDelay of stack "revPreferences"
13991411 set the grid to the cGrid of stack "revPreferences"
0 commit comments