Revision 8913fa3...

Go back to digest for 2nd September 2012

Bug Fixes in Office

Dmitry Kazakov committed changes in [calligra/calligra/2.5] /:

Fixed a limited zooming bug in KoCanvasControllerWidget

When you tried to zoom-in/out with current zoom level equal to the
maximum/minimum allowed zoom level the canvas jumped, because the
preferred center used to change, but the zoom level not.

Now the setting of the new preferred center is part of
KoZoomController::setZoom so it can calculate the right value
of the offset basing on the real change of the zoom level.

File Changes

Modified 6 files
  •   karbon/ui/KarbonZoomController.cpp
  •   karbon/ui/KarbonZoomController.h
  •   libs/flake/KoCanvasController.h
  •   libs/flake/KoCanvasControllerWidget.cpp
  •   libs/widgets/KoZoomController.cpp
  •   libs/widgets/KoZoomController.h
6 files changed in total