Fix a few Coverity warnings.
It also fix: Fixes #4082 https://gitlab.com/kicad/code/kicad/issues/4082
This commit is contained in:
@@ -63,6 +63,7 @@ PLOTTER::PLOTTER( )
|
||||
m_mirrorIsHorizontal = true;
|
||||
m_yaxisReversed = false;
|
||||
outputFile = 0;
|
||||
m_colors = nullptr;
|
||||
colorMode = false; // Starts as a BW plot
|
||||
negativeMode = false;
|
||||
// Temporary init to avoid not initialized vars, will be set later
|
||||
|
||||
Reference in New Issue
Block a user