parent
82c03424bb
commit
6e83e6810a
|
@ -5840,6 +5840,9 @@ void Notepad_plus::drawTabbarColoursFromStylerArray()
|
||||||
|
|
||||||
void Notepad_plus::drawAutocompleteColoursFromTheme(COLORREF fgColor, COLORREF bgColor)
|
void Notepad_plus::drawAutocompleteColoursFromTheme(COLORREF fgColor, COLORREF bgColor)
|
||||||
{
|
{
|
||||||
|
if (bgColor == 0xFFFFFF)
|
||||||
|
return;
|
||||||
|
|
||||||
int rbv = GetRValue(bgColor);
|
int rbv = GetRValue(bgColor);
|
||||||
int gbv = GetGValue(bgColor);
|
int gbv = GetGValue(bgColor);
|
||||||
int bbv = GetBValue(bgColor);
|
int bbv = GetBValue(bgColor);
|
||||||
|
|
Loading…
Reference in New Issue