-rw-r--r-- | agg-plot/window.cpp | 4 |
diff --git a/agg-plot/window.cpp b/agg-plot/window.cpp index 73c3e696..58863bb2 100644 --- a/agg-plot/window.cpp +++ b/agg-plot/window.cpp @@ -152,8 +152,8 @@ window::draw_slot(int slot_id, bool clean_req) { if (clean_req || ref->plot->need_redraw()) draw_slot_by_ref(*ref, true); - else - refresh_slot_by_ref(*ref); + + refresh_slot_by_ref(*ref); } } |