mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 13:54:54 +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)
|
||||
{
|
||||
if (bgColor == 0xFFFFFF)
|
||||
return;
|
||||
|
||||
int rbv = GetRValue(bgColor);
|
||||
int gbv = GetGValue(bgColor);
|
||||
int bbv = GetBValue(bgColor);
|
||||
|
Loading…
x
Reference in New Issue
Block a user