Restore auto-completion & calltip default fg/bg colors (no theme)

Fix #11637
pull/12038/head
Don Ho 3 years ago
parent 82c03424bb
commit 6e83e6810a

@ -5840,6 +5840,9 @@ void Notepad_plus::drawTabbarColoursFromStylerArray()
void Notepad_plus::drawAutocompleteColoursFromTheme(COLORREF fgColor, COLORREF bgColor)
{
if (bgColor == 0xFFFFFF)
return;
int rbv = GetRValue(bgColor);
int gbv = GetGValue(bgColor);
int bbv = GetBValue(bgColor);

Loading…
Cancel
Save