lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master b329f1c 2/4: Fix "Superheader width exceeds a


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b329f1c 2/4: Fix "Superheader width exceeds available" for indiv PP, naively
Date: Thu, 29 Aug 2019 09:25:38 -0400 (EDT)

branch: master
commit b329f1c9d6041a04d6cd17798a0fce7c41467475
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Fix "Superheader width exceeds available" for indiv PP, naively
    
    Now double-digit interest rates can be illustrated. But this fix,
    committed only as a demonstration, is not really satisfactory. The real
    problem is not that the superheader is too wide for the space allotted,
    but rather that it should span four columns instead of two. That is, it
    applies not only to the CSV and DB columns, but also to their associated
    IRR columns. Therefore, this commit will be overridden in the next
    commit, which will provide the proper fix.
---
 pdf_command_wx.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pdf_command_wx.cpp b/pdf_command_wx.cpp
index a6adae9..cdd83b9 100644
--- a/pdf_command_wx.cpp
+++ b/pdf_command_wx.cpp
@@ -2989,8 +2989,8 @@ class reg_d_indiv_irr_base : public 
page_with_tabular_report
             << "{{InitAnnSepAcctGrossInt_"
             << basis_suffix(get_basis())
             << ir_suffix(interest_rate::zero)
-            << "}} Hypothetical Rate of\n"
-            << "Return*"
+            << "}} Hypothetical"
+            << "\nRate of Return*"
             ;
 
         auto pos_y_copy = pos_y;
@@ -3007,8 +3007,8 @@ class reg_d_indiv_irr_base : public 
page_with_tabular_report
             << "{{InitAnnSepAcctGrossInt_"
             << basis_suffix(get_basis())
             << ir_suffix(interest_rate::non_zero)
-            << "}} Hypothetical Rate of\n"
-            << "Return*"
+            << "}} Hypothetical"
+            << "\nRate of Return*"
             ;
 
         table_gen.output_super_header



reply via email to

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