1 pixel wide outlines for the Cairo and the OpenGL with shaders backends, but it breaks displaying outline in the shaderless OpenGL backend.

This commit is contained in:
Maciej Suminski 2013-07-16 09:27:28 +02:00
parent cbec733deb
commit 07e4fc31b4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ RENDER_SETTINGS::RENDER_SETTINGS()
m_hiContrastEnabled = false;
m_hiContrastFactor = 0.2;
m_activeLayer = 0;
m_outlineWidth = 60000;
m_outlineWidth = 1;
// Store the predefined colors used in KiCad in format used by GAL
for( int i = 0; i < NBCOLORS; i++ )