* grub-core/gfxmenu/gui_circular_progress.c: Take both width and height

into account when calculating radius.
This commit is contained in:
Vladimir Testov 2013-04-03 09:20:29 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 9efd73ec66
commit c3578acfbb
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2013-04-03 Vladimir Testov <vladimir.testov@rosalab.ru>
2013-04-03 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/gfxmenu/gui_circular_progress.c: Take both width and height
into account when calculating radius.
2013-04-03 Vladimir Testov <vladimir.testov@rosalab.ru>
* grub-core/gfxmenu/view.c: Fix off-by-one error.