Skip to content

Commit

Permalink
Bugfix/issue 1930: Fixed type from char to int
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler committed Nov 19, 2024
1 parent b4dabe2 commit 7dcba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/laybasic/laybasic/layMarker.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class LAYBASIC_PUBLIC MarkerBase
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;
Expand Down

0 comments on commit 7dcba4c

Please sign in to comment.