View Single Post
Old 10-10-2016, 03:07 PM   #542
brucelee
Addict
brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.
 
Posts: 352
Karma: 188498
Join Date: Jan 2015
Location: Romania
Device: Kobo Aura One
Quote:
Originally Posted by LucyOne View Post
That was fast! Awesome!
This is why it was fast:
PHP Code:
// Shitty bug fix (some black line shows up at the right of the icons)
int shittyWidth round(icon_width*0.04);
FillArea(position+icon_width-shittyWidth0shittyWidthicon_height0x00FFFFFF); 
I just draw a white patch over 4% of the icon width. I still don't know what causes the black lines to show up. As the code says... Shitty bug fix. But it works.

Last edited by brucelee; 10-10-2016 at 03:16 PM.
brucelee is offline   Reply With Quote