Skip to content
Commit 1133dfb0 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
parent 0cfb997d
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