The antialias setting can be set for all meters.

This commit is contained in:
Kimmo Pekkola
2009-07-29 11:52:01 +00:00
parent df9817a83c
commit fce069e2c7
8 changed files with 14 additions and 34 deletions

View File

@ -42,7 +42,6 @@ private:
std::vector<double> m_ScaleValues; // The scale values for the measures
bool m_Autoscale; // If true, the meter is automatically adjusted to show all values
bool m_AntiAlias; // If true, the line is antialiased
bool m_HorizontalLines; // If true, horizontal lines will ba drawn on the meter
bool m_Flip;
double m_LineWidth;