The Anti-Aliasing groupbox is empty and in the Console window we get this crash message:
I checked the preferences and it contains: {multisample,undefined}.
It doesn't matter if I use a fresh Preferences file or if I edit it and set the value to false/true.
Code:
wings_dialog:1237: Unhandled ask=no_preview, {"Enable Multi-Sampling",
{text,undefined,
[{key,multisample},
{info,[...]}]},
[]}
From: {current_stacktrace,
[{wings_dialog,build,5,[{file,"wings_dialog.erl"},{line,1237}]},
{lists,foldl,3,[{file,"lists.erl"},{line,1262}]},
{wings_dialog,build_box,7,
[{file,"wings_dialog.erl"},{line,1257}]},
{lists,foldl,3,[{file,"lists.erl"},{line,1262}]},
{wings_dialog,build_box,7,
[{file,"wings_dialog.erl"},{line,1257}]},
{wings_dialog,'-build/5-fun-4-',4,
[{file,"wings_dialog.erl"},{line,827}]},
{lists,foldl,3,[{file,"lists.erl"},{line,1262}]}]}
It doesn't matter if I use a fresh Preferences file or if I edit it and set the value to false/true.