removed canvas_window methods - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/window.cpp
diff options
context:
space:
mode:
authorfrancesco-ST <francesco.abbate@st.com>2010年08月12日 15:50:30 +0200
committerfrancesco-ST <francesco.abbate@st.com>2010年08月12日 15:50:30 +0200
commit941ce93b6ae4e2f68a68f91049ef195e13cf8ebc (patch)
tree897b976ab9f967dc241e45c5983077aa6cf273cf /agg-plot/window.cpp
parent11e74b41cb7712913d55942fdfe32770a5738475 (diff)
downloadgsl-shell-941ce93b6ae4e2f68a68f91049ef195e13cf8ebc.tar.gz
removed canvas_window methods
All the unused Lua methods for canvas_windows are removed. The window transform matrix was moved from canvas to canvas_window.
Diffstat (limited to 'agg-plot/window.cpp')
-rw-r--r--agg-plot/window.cpp 2
1 files changed, 1 insertions, 1 deletions
diff --git a/agg-plot/window.cpp b/agg-plot/window.cpp
index 95b230da..aa490d7c 100644
--- a/agg-plot/window.cpp
+++ b/agg-plot/window.cpp
@@ -52,7 +52,7 @@ window::draw_rec(split::node<ref> *n)
if (ref->plot)
{
agg::trans_affine mtx(*m);
- m_canvas->premultiply(mtx);
+ this->scale(mtx);
ref->plot->draw(*m_canvas, mtx);
}
}
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月28日 00:57:50 +0000

AltStyle によって変換されたページ (->オリジナル) /