I have just noticed a bug in E2B v1.97.
The issue is that the helptext just under the menu does not appear in the correct colour.
This is due to a bug in the new grub4dos version 2017-12-05 which I hope will be fixed soon.
The issue can be fixed by changing your MyE2B.cfg file so that the helptext color command follows the normal colour command, e.g.
#this does not change the helptext colour!
color helptext=0x0001FF
color normal=0x808040
#this does change the helptext colour correctly.
color normal=0x808040
color helptext=0x0001FF
It seems the color normal command also changes the helptext colour.
If you wish, you can use a previous version of \grldr instead.
I have reported the bug here and will re-release v1.97 as v1.97A when it is fixed.
The issue is that the helptext just under the menu does not appear in the correct colour.
This is due to a bug in the new grub4dos version 2017-12-05 which I hope will be fixed soon.
The issue can be fixed by changing your MyE2B.cfg file so that the helptext color command follows the normal colour command, e.g.
#this does not change the helptext colour!
color helptext=0x0001FF
color normal=0x808040
#this does change the helptext colour correctly.
color normal=0x808040
color helptext=0x0001FF
It seems the color normal command also changes the helptext colour.
If you wish, you can use a previous version of \grldr instead.
I have reported the bug here and will re-release v1.97 as v1.97A when it is fixed.
No comments:
Post a Comment