diff options
Diffstat (limited to 'dw/bullet.cc')
-rw-r--r-- | dw/bullet.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/bullet.cc b/dw/bullet.cc index 2534e07c..af7f5451 100644 --- a/dw/bullet.cc +++ b/dw/bullet.cc @@ -57,7 +57,7 @@ void Bullet::draw (core::View *view, core::Rectangle *area) case core::style::LIST_STYLE_TYPE_DISC: default: view->drawArc (getStyle()->color, core::style::Color::SHADING_NORMAL, - filled, x, y, l, l, 0, 360); + filled, x + l/2, y + l/2, l, l, 0, 360); } } |