Array entries have been oddly flipped here for years.

This commit is contained in:
Hisham Muhammad
2015-11-23 03:46:43 -02:00
parent f02d8f4386
commit d34645f8f1
3 changed files with 8 additions and 10 deletions

View File

@ -251,7 +251,6 @@ static void TextMeterMode_draw(Meter* this, int x, int y, int w) {
mvaddstr(y, x, this->caption);
int captionLen = strlen(this->caption);
x += captionLen;
mvhline(y, x, ' ', CRT_colors[DEFAULT_COLOR]);
attrset(CRT_colors[RESET_COLOR]);
RichString_begin(out);
Meter_displayBuffer(this, buffer, &out);