grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] grub-core/gfxmenu/widget-box.c - bugfix: incorrect drawing in ca


From: Vladimir Testov
Subject: [PATCH] grub-core/gfxmenu/widget-box.c - bugfix: incorrect drawing in cases of NULL center slice
Date: Wed, 17 Jul 2013 21:55:58 +0400
User-agent: KMail/4.10.4 (Linux/3.8.0-26-generic; KDE/4.10.4; x86_64; ; )

See screenshots included.

If the center slice is NULL then west or north slice is also NULL so the 
height_n or width_w is also NULL. We can count these values from raw (non-
scaled) bitmaps. The values will be the same as before for common cases. And 
the bug will be fixed.

-- 
With best regards,
_______________________________
Vladimir Testov, ROSA Laboratory.
www.rosalab.ru

Attachment: after-widget-box.png
Description: PNG image

Attachment: grub-widget-box-fix.patch
Description: Text Data

Attachment: before-widget-box.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]