Fix copy-and-pasto in wxGrid::HideColLabels() documentation

The old sentence didn't make sense for this function.
This commit is contained in:
Vadim Zeitlin
2019-06-18 00:55:16 +02:00
parent d584420059
commit 18956125d3

View File

@@ -2511,7 +2511,9 @@ public:
/** /**
Hides the column labels by calling SetColLabelSize() with a size of 0. Hides the column labels by calling SetColLabelSize() with a size of 0.
Show labels again by calling that method with a width greater than 0.
The labels can be shown again by calling SetColLabelSize() with a
height greater than 0.
*/ */
void HideColLabels(); void HideColLabels();