diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-08-27 13:20:17 +0000 |
|---|---|---|
| committer | Krzysztof Kosinski <tweenk.pl@gmail.com> | 2011-08-27 13:20:17 +0000 |
| commit | 79012ca437ff3d7c25e4d164b1b9c3dccc2b4b7f (patch) | |
| tree | 9cc58ddb8d243fd9f78e7a57024bb929a2362404 /src/desktop.cpp | |
| parent | Update 2Geom. Remove all use of NRRectL. (diff) | |
| download | inkscape-79012ca437ff3d7c25e4d164b1b9c3dccc2b4b7f.tar.gz inkscape-79012ca437ff3d7c25e4d164b1b9c3dccc2b4b7f.zip | |
Remove NRRect from paint servers and temporary calculations
(bzr r10582.1.4)
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index b622d1080..f1a63d22c 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -871,6 +871,7 @@ Geom::Rect SPDesktop::get_display_area() const double const scale = _d2w[0]; + /// @fixme hardcoded desktop transform return Geom::Rect(Geom::Point(viewbox.min()[Geom::X] / scale, viewbox.max()[Geom::Y] / -scale), Geom::Point(viewbox.max()[Geom::X] / scale, viewbox.min()[Geom::Y] / -scale)); } |
