fix hint-compose-over-border for different prefix
BUGFIX: everywhere else masks are called "mask-" % prefix % "center", do so here too
This commit is contained in:
parent
7e88d41ebe
commit
a916f9c7ed
@ -1006,7 +1006,7 @@ void FrameSvgPrivate::updateSizes() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
frame->composeOverBorder = (q->hasElement(prefix % "hint-compose-over-border") &&
|
frame->composeOverBorder = (q->hasElement(prefix % "hint-compose-over-border") &&
|
||||||
q->hasElement(prefix % "mask-center"));
|
q->hasElement("mask-" % prefix % "center"));
|
||||||
|
|
||||||
//since it's rectangular, topWidth and bottomWidth must be the same
|
//since it's rectangular, topWidth and bottomWidth must be the same
|
||||||
//the ones that don't have a prefix is for retrocompatibility
|
//the ones that don't have a prefix is for retrocompatibility
|
||||||
|
Loading…
x
Reference in New Issue
Block a user