mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 14:54:39 +02:00
Restore auto-completion & calltip default fg/bg colors (no theme)
Fix #11637
This commit is contained in:
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…
x
Reference in New Issue
Block a user