Skip to content
Commit 1b09b3e9 authored by Thorsten Zachmann's avatar Thorsten Zachmann
Browse files

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

BUG: 306309
(cherry picked from commit 1133dfb0)
parent 439cc179
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment