In RC1 it appears we have lost the ability to select the entire background color of the editor; or perhaps I am missing something. Any help will be appreciated.
Quote from: eoneuk on July 26, 2005, 04:02:55 PM
In RC1 it appears we have lost the ability to select the entire background color of the editor; or perhaps I am missing something. Any help will be appreciated.
Yes, unfortunately it seems so...
But I guess it 'll be fixed and a minor update package will be released containing fixes for this as well as a few other minor annoyances.
Yiannis.
Btw, for those compiling C::B themselves, the fix for the editor background color is trivial (I can't believe I missed it):
Change editorcolorset.cpp, line 324 from
if (i < 32 || i > 39)
to
if (i < 33 || i > 39)
Yiannis.