mirror of https://github.com/KLayout/klayout.git
Bugfix/issue 1930: Fixed type from char to int
This commit is contained in:
parent
b4dabe29e5
commit
7dcba4cebc
|
|
@ -245,7 +245,7 @@ protected:
|
||||||
private:
|
private:
|
||||||
tl::Color m_color;
|
tl::Color m_color;
|
||||||
tl::Color m_frame_color;
|
tl::Color m_frame_color;
|
||||||
char m_line_width, m_vertex_size, m_halo;
|
int m_line_width, m_vertex_size, m_halo;
|
||||||
bool m_text_enabled;
|
bool m_text_enabled;
|
||||||
lay::ViewOp::Shape m_vertex_shape;
|
lay::ViewOp::Shape m_vertex_shape;
|
||||||
int m_line_style, m_dither_pattern, m_frame_pattern;
|
int m_line_style, m_dither_pattern, m_frame_pattern;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue