Merge pull request #302 from basjan/absolute-positioning

This commit is contained in:
Roman Syroeshko 2014-09-07 18:21:24 +04:00
parent 42955f17dd
commit 5811aac272

View File

@ -504,7 +504,7 @@ class Frame extends AbstractStyle
self::WRAP_THROUGH, self::WRAP_THROUGH,
self::WRAP_TOPBOTTOM, self::WRAP_TOPBOTTOM,
self::WRAP_BEHIND, self::WRAP_BEHIND,
self::WRAP_INFRONT self::WRAP_INFRONT,
); );
$this->wrap = $this->setEnumVal($value, $enum, $this->wrap); $this->wrap = $this->setEnumVal($value, $enum, $this->wrap);