Bugfix/issue 1930: Fixed type from char to int

This commit is contained in:
Martin Köhler
2024-11-19 17:23:06 +00:00
parent b4dabe29e5
commit 7dcba4cebc
+1 -1
View File
@@ -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;