(svn r18389) -Fix: some minor documentation alignment issues
This commit is contained in:
@@ -916,7 +916,7 @@ public:
|
||||
for (const LegendAndColour *tbl = _legend_table[this->map_type]; !tbl->end; ++tbl) {
|
||||
if (tbl->col_break || i++ >= this->number_of_rows) {
|
||||
/* Column break needed, continue at top, COLUMN_WIDTH pixels
|
||||
* (one "row") to the right. */
|
||||
* (one "row") to the right. */
|
||||
x += rtl ? -(int)this->column_width : this->column_width;
|
||||
y = y_org;
|
||||
i = 0;
|
||||
|
Reference in New Issue
Block a user