News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Editor Background Color

Started by eoneuk, July 26, 2005, 04:02:55 PM

Previous topic - Next topic

eoneuk

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.

mandrav

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.
Be patient!
This bug will be fixed soon...

mandrav

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.
Be patient!
This bug will be fixed soon...