Skip to content
Snippets Groups Projects
Commit 97d83137 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

enable alpha blending by default

parent f5453e2d
No related branches found
No related tags found
No related merge requests found
...@@ -336,7 +336,7 @@ StringXString PrintOptions_String[] = { ...@@ -336,7 +336,7 @@ StringXString PrintOptions_String[] = {
// NUMBERS // NUMBERS
StringXNumber GeneralOptions_Number[] = { StringXNumber GeneralOptions_Number[] = {
{ F|O, "AlphaBlending" , opt_general_alpha_blending , 0. , { F|O, "AlphaBlending" , opt_general_alpha_blending , 1. ,
"Enable alpha blending (transparency) in post-processing views" }, "Enable alpha blending (transparency) in post-processing views" },
{ F|O, "Axes" , opt_general_axes , 1. , { F|O, "Axes" , opt_general_axes , 1. ,
"Display the axes linked to the model" }, "Display the axes linked to the model" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment