- fixed the color of subwindow title.

This commit is contained in:
Takashi Iwai 2004-02-04 19:23:44 +00:00
parent 6a915e89cd
commit d760ae6ee2

View file

@ -1224,7 +1224,7 @@ mixer_show_text (char *title,
} }
if (l <= x2 - x1 - 1) if (l <= x2 - x1 - 1)
{ {
mixer_dc (DC_ANY_3); mixer_dc (DC_CBAR_LABEL);
mvaddstr (y1, x1 + 1 + (x2 - x1 - l) / 2, title); mvaddstr (y1, x1 + 1 + (x2 - x1 - l) / 2, title);
} }
mixer_dc (DC_ANY_4); mixer_dc (DC_ANY_4);