fixed rect adjustment.
This commit is contained in:
parent
aab88cc10d
commit
83255bed73
1 changed files with 1 additions and 1 deletions
|
@ -1953,7 +1953,7 @@ namespace Oxygen
|
||||||
|
|
||||||
// adjust geometry for floatFrame when compositing is on.
|
// adjust geometry for floatFrame when compositing is on.
|
||||||
if( drawShadow )
|
if( drawShadow )
|
||||||
{ geometry.adjusted(-1, -1, 1, 1 ); }
|
{ geometry.adjust(-1, -1, 1, 1 ); }
|
||||||
|
|
||||||
// floating frame
|
// floating frame
|
||||||
helper().drawFloatFrame(
|
helper().drawFloatFrame(
|
||||||
|
|
Loading…
Reference in a new issue