lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 36b2e546 3/8: Revert "Work around a wxPdfDoc


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 36b2e546 3/8: Revert "Work around a wxPdfDoc regression"
Date: Thu, 30 Jun 2022 11:14:15 -0400 (EDT)

branch: master
commit 36b2e546deb5653cc1a0ae135a27c621a8b48bc8
Author: Ilya Sinitsyn <isinitsyn@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Revert "Work around a wxPdfDoc regression"
    
    This reverts commit bf74aeba7 (Work around a wxPdfDoc regression,
    2020-08-08) which is not necessary any longer after updating wxPdfDoc.
---
 group_quote_pdf_gen_wx.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/group_quote_pdf_gen_wx.cpp b/group_quote_pdf_gen_wx.cpp
index 72b74cfd..e13e8fd7 100644
--- a/group_quote_pdf_gen_wx.cpp
+++ b/group_quote_pdf_gen_wx.cpp
@@ -888,9 +888,6 @@ void group_quote_pdf_generator_wx::output_image_header
 
     wxDCFontChanger set_bigger_font(pdf_dc, pdf_dc.GetFont().Scaled(1.5));
     wxDCTextColorChanger set_white_text(pdf_dc, *wxWHITE);
-    // PDF !! This should not be necessary--see:
-    //   https://lists.nongnu.org/archive/html/lmi/2020-08/msg00003.html
-    wxDCTextBgModeChanger set_transparent_background(pdf_dc, 
wxPENSTYLE_TRANSPARENT);
 
     // Don't use html::text::from() here: instead, call
     // wxString::FromUTF8() directly, e.g., to preserve literal '&'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]