diff --git a/lcl/interfaces/cocoa/cocoaprivate.pp b/lcl/interfaces/cocoa/cocoaprivate.pp index 7e647bc8a3..fe77913feb 100644 --- a/lcl/interfaces/cocoa/cocoaprivate.pp +++ b/lcl/interfaces/cocoa/cocoaprivate.pp @@ -2599,7 +2599,7 @@ var svHeight: CGFloat; begin svHeight := GetNSViewSuperViewHeight(Self); - if Assigned(superview) then + if Assigned(superview) and not superview.isFlipped then begin LCLToNSRect(r, svHeight, ns) end