Merge pull request #1932 from martinjankoehler/bugfix/issue-1930

Bugfix/Issue 1930: Fixed type from char to int
This commit is contained in:
Matthias Köfferlein 2024-11-19 21:16:47 +01:00 committed by GitHub
commit 6c7a3f612c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ protected:
private:
tl::Color m_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;
lay::ViewOp::Shape m_vertex_shape;
int m_line_style, m_dither_pattern, m_frame_pattern;