author | francesco-ST <francesco.abbate@st.com> | 2010年09月03日 13:46:05 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年09月03日 13:46:05 +0200 |
commit | 9a592c9ad1662190cbd77f6a1cf465045f9f7baa (patch) | |
tree | 8b8884de32b24cda687a4012b0790fb8e3d7bd61 /agg-plot/window.cpp | |
parent | 95eeee33076359868e5be167cb7a7f36871f9207 (diff) | |
download | gsl-shell-9a592c9ad1662190cbd77f6a1cf465045f9f7baa.tar.gz |
-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); } } |