diff --git a/src/servers/app/ViewLayer.cpp b/src/servers/app/ViewLayer.cpp index 98c4e7a3cf..fa9f928dad 100644 --- a/src/servers/app/ViewLayer.cpp +++ b/src/servers/app/ViewLayer.cpp @@ -65,6 +65,9 @@ ViewLayer::ViewLayer(BRect frame, const char* name, fFrame.top = float((int32)fFrame.top); fFrame.right = float((int32)fFrame.right); fFrame.bottom = float((int32)fFrame.bottom); + + if (fDrawState) + fDrawState->SetSubPixelPrecise(fFlags & B_SUBPIXEL_PRECISE); } // destructor