Revision 1133dfb...
Go back to digest for 9th September 2012Bug Fixes in Office
Thorsten Zachmann committed changes in [calligra] libs/flake/commands/KoShapeReorderCommand.cpp:
Fix reording of shapes.
The problem is located in the code that the min zIndex was set to -2^13 which
equals -13 instead of -2 << 12;
The patch fixes that be calculating the minium zIndex from the defined MaxZIndex
File Changes
Modified 1 files
- libs/flake/commands/KoShapeReorderCommand.cpp
1 files changed in total