diff options
-rw-r--r-- | src/corelib/render/software/agg_platform_x11.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/render/software/agg_platform_x11.inc b/src/corelib/render/software/agg_platform_x11.inc index 94846f8b..38f31b11 100644 --- a/src/corelib/render/software/agg_platform_x11.inc +++ b/src/corelib/render/software/agg_platform_x11.inc @@ -66,7 +66,7 @@ begin lsSolid: begin m_convDash.remove_all_dashes; - m_convDash.add_dash(1, 0); + m_convDash.add_dash(600, 0); {$NOTE Find a better way to prevent dash generation } end; lsDash: begin |