diff options
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/UnityWindowView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-shared/UnityWindowView.cpp b/unity-shared/UnityWindowView.cpp index 6b6a8a920..9de1d5857 100644 --- a/unity-shared/UnityWindowView.cpp +++ b/unity-shared/UnityWindowView.cpp @@ -136,7 +136,7 @@ void UnityWindowView::DrawContent(nux::GraphicsEngine& GfxContext, bool force_dr gPainter.PaintShapeCornerROP(GfxContext, internal_clip, nux::color::White, - nux::eSHAPE_CORNER_ROUND5, + nux::eSHAPE_CORNER_ROUND4, nux::eCornerTopLeft | nux::eCornerTopRight | nux::eCornerBottomLeft | nux::eCornerBottomRight, true, |
