mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 23:34:44 +02:00
Clean up: remove unecessary code for dark mode
This commit is contained in:
parent
e4ebeed6f9
commit
5df7c97f98
@ -721,8 +721,6 @@ void FileBrowser::notified(LPNMHDR notification)
|
||||
if (NppDarkMode::isEnabled())
|
||||
{
|
||||
FillRect(nmtbcd->nmcd.hdc, &nmtbcd->nmcd.rc, NppDarkMode::getBackgroundBrush());
|
||||
nmtbcd->clrText = NppDarkMode::getTextColor();
|
||||
SetTextColor(nmtbcd->nmcd.hdc, NppDarkMode::getTextColor());
|
||||
SetWindowLongPtr(_hSelf, DWLP_MSGRESULT, CDRF_SKIPDEFAULT);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user