author | Francesco Abbate <francesco.bbt@gmail.com> | 2010年09月20日 01:23:45 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2010年09月20日 01:23:45 +0200 |
commit | 0733e9943a6041324938ec9d112387c715cca7ac (patch) | |
tree | 99db12a4c7801d4b525e04a48bccaaeaa148c2fd /agg-plot/window.cpp | |
parent | a648800282d2bd763fbf6a182a1673b1f7ac4596 (diff) | |
download | gsl-shell-0733e9943a6041324938ec9d112387c715cca7ac.tar.gz |
-rw-r--r-- | agg-plot/window.cpp | 1 |
diff --git a/agg-plot/window.cpp b/agg-plot/window.cpp index b30a9f68..00a5eba3 100644 --- a/agg-plot/window.cpp +++ b/agg-plot/window.cpp @@ -227,7 +227,6 @@ window::restore_slot_image(int slot_id) m_canvas->clear_box(r); draw_slot_by_ref (*ref, false); ref->save_image(this->rbuf_window(), r, this->bpp(), this->flip_y()); - ref->dirty_rect.clear(); } else { |