Codechange: Use Colours type instead of byte.
This commit is contained in:

committed by
Charles Pigott

parent
cc5f175615
commit
811bf22620
@@ -536,7 +536,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
void Draw(int left, int right, int top, int bottom, bool sel, int bg_colour) const
|
||||
void Draw(int left, int right, int top, int bottom, bool sel, Colours bg_colour) const
|
||||
{
|
||||
bool rtl = _current_text_dir == TD_RTL;
|
||||
int height = bottom - top;
|
||||
|
Reference in New Issue
Block a user