The FSAA setting is now saved persistently so that the window can be created with the correct multisampling mode. This avoids flicker at startup as the GL canvas does not need to be recreated with the correct multisampling mode while already visible.
Fixed: Screen flicker during startup
The FSAA setting is now saved persistently so that the window can be
created with the correct multisampling mode. This avoids flicker at startup
as the GL canvas does not need to be recreated with the correct
multisampling mode while already visible.