diff options
author | Tim Hardeck <thardeck@suse.com> | 2012-01-18 16:42:55 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-01-25 12:35:54 +0100 |
commit | 315d2ddc161e4b296febe9e54c3cfc9270310bfe (patch) | |
tree | dbf07bd17f430ef980074f27f5a540a34abea5c5 /basegfx/Library_basegfx.mk | |
parent | 554bcf4205ede6ec3adb9f39e676b77054b1e8a1 (diff) |
optimized zoom to use more common intervals
Round zoom values beginning with 50 to a multiple of 5, with 100 to one
of 10, with 500 to one of 50 and with 1000 to one of 100.
The step 100 is enforced to have one fixed point.
Diffstat (limited to 'basegfx/Library_basegfx.mk')
-rw-r--r-- | basegfx/Library_basegfx.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index fa0607bff256..fc6a4794e695 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -66,6 +66,7 @@ $(eval $(call gb_Library_add_linked_libs,basegfx,\ $(eval $(call gb_Library_add_exception_objects,basegfx,\ basegfx/source/tools/b2dclipstate \ basegfx/source/tools/canvastools \ + basegfx/source/tools/zoomtools \ basegfx/source/tools/gradienttools \ basegfx/source/tools/keystoplerp \ basegfx/source/tools/liangbarsky \ |