CustomDrawn: Add missing result value of function TCDWidgetSet.DrawFocusRect. Patch by lagprogramming.

This commit is contained in:
wp_xyz 2023-07-08 13:18:03 +02:00
parent f55ce5c939
commit da8a33d43f

View File

@ -1086,6 +1086,8 @@ begin
GetDefaultDrawer().DrawFocusRect(LazDC, Types.Point(Rect.Left, Rect.Top),
Types.Size(Rect.Right - Rect.Left, Rect.Bottom - Rect.Top));
LazDC.RestoreState(-1);
Result := True;
end;
function TCDWidgetSet.DrawFrameControl(DC: HDC; const Rect: TRect; uType,