lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 111f2bd 03/13: Correct a misleading comment


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 111f2bd 03/13: Correct a misleading comment
Date: Sat, 12 May 2018 12:00:21 -0400 (EDT)

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

    Correct a misleading comment
    
    Comment said "butt cap", but code says wxCAP_ROUND, not wxCAP_BUTT.
---
 wx_table_generator.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wx_table_generator.cpp b/wx_table_generator.cpp
index cb717b7..853458f 100644
--- a/wx_table_generator.cpp
+++ b/wx_table_generator.cpp
@@ -244,7 +244,7 @@ wx_table_generator::wx_table_generator
     ,column_widths_already_computed_(false)
     ,max_header_lines_(1)
 {
-    // Set a pen with 0 width to get the thin lines and butt cap style for the
+    // Set a pen with 0 width to get the thin lines, and round cap style for 
the
     // different segments drawn in do_output_values() to seamlessly combine
     // into a single line.
     wxPen pen(*wxBLACK, 0);



reply via email to

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