* grub-core/gfxmenu/gui_progress_bar.c (draw_pixmap_bar): Fixed bug.

Pixmap highlighted section with east and west slices was displayed
        incorrectly due to negative width of the central slice.
This commit is contained in:
Vladimir Testov 2013-10-17 15:34:04 +04:00
parent ad543f123b
commit 9c13c57623
2 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2013-10-17 Vladimir Testov <vladimir.testov@rosalab.ru>
* grub-core/gfxmenu/gui_progress_bar.c (draw_pixmap_bar): Fixed bug.
Pixmap highlighted section with east and west slices was displayed
incorrectly due to negative width of the central slice.
2013-10-17 Vladimir Testov <vladimir.testov@rosalab.ru>
* docs/grub.texi: Graphical options information update.