mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-22 14:07:15 +02:00
Bugfix/issue 1930: Fixed type from char to int
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user