lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master b0c3633 05/13: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b0c3633 05/13: Improve documentation
Date: Tue, 8 May 2018 19:51:05 -0400 (EDT)

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

    Improve documentation
    
    See the discussion of "separators" here:
      https://lists.nongnu.org/archive/html/lmi/2018-04/msg00135.html
---
 wx_table_generator.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/wx_table_generator.cpp b/wx_table_generator.cpp
index 87dca47..925965f 100644
--- a/wx_table_generator.cpp
+++ b/wx_table_generator.cpp
@@ -325,6 +325,10 @@ wxFont wx_table_generator::get_header_font() const
     return dc_.GetFont().Bold();
 }
 
+// Horizontal and vertical separators are considered to be drawn in
+// interlinear space, so they are not counted when calculating the
+// positions of textual elements.
+
 void wx_table_generator::do_output_horz_separator(int x1, int x2, int y)
 {
     dc_.DrawLine(x1, y, x2, y);



reply via email to

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