diff --git a/lcl/interfaces/qt/qtobjects.pas b/lcl/interfaces/qt/qtobjects.pas index c28e74c247..289b4f313f 100644 --- a/lcl/interfaces/qt/qtobjects.pas +++ b/lcl/interfaces/qt/qtobjects.pas @@ -2667,6 +2667,7 @@ begin NOTSRCCOPY, R2_NOTCOPYPEN: Result := QPainterRasterOp_NotSource; + PATPAINT, R2_NOTMASKPEN: Result := QPainterRasterOp_NotSourceOrNotDestination; NOTSRCERASE,