mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-14 12:09:35 +00:00
Default to High Quality Antialiasing for OpenGL GAL.
This commit is contained in:
parent
9930911de6
commit
0ee195bab0
@ -284,7 +284,7 @@ COMMON_SETTINGS::COMMON_SETTINGS() :
|
||||
MOUSE_DRAG_ACTION::NONE ) );
|
||||
|
||||
m_params.emplace_back( new PARAM<int>( "graphics.opengl_antialiasing_mode",
|
||||
&m_Graphics.opengl_aa_mode, 1, 0, 2 ) );
|
||||
&m_Graphics.opengl_aa_mode, 2, 0, 2 ) );
|
||||
|
||||
m_params.emplace_back( new PARAM<int>( "graphics.cairo_antialiasing_mode",
|
||||
&m_Graphics.cairo_aa_mode, 0, 0, 2 ) );
|
||||
|
Loading…
Reference in New Issue
Block a user