mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 14:39:44 +01:00
- fixed the color of subwindow title.
This commit is contained in:
parent
6a915e89cd
commit
d760ae6ee2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue