mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 05:45:00 +02:00
Make multiline and vertical tabs work in dark mode
Dark mode tab drawing should work for multiline and vertical tabs Close #10017
This commit is contained in:
parent
fc94015bff
commit
acf91fc2c2
@ -882,7 +882,7 @@ LRESULT TabBarPlus::runProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lPara
|
||||
}
|
||||
|
||||
LONG_PTR dwStyle = GetWindowLongPtr(hwnd, GWL_STYLE);
|
||||
if (!(dwStyle & TCS_OWNERDRAWFIXED) || (dwStyle & TCS_BOTTOM) || (dwStyle & TCS_BUTTONS))
|
||||
if (!(dwStyle & TCS_OWNERDRAWFIXED))
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user