mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
Fix symbol '&' not showing in Document Switcher
Disable prefix processing in document switcher. Fix #15117, close #15118
This commit is contained in:
parent
971aaf680a
commit
9d6e6d2e04
@ -235,5 +235,5 @@ void TaskListDlg::drawItem(LPDRAWITEMSTRUCT lpDrawItemStruct)
|
|||||||
// DRAW TEXT
|
// DRAW TEXT
|
||||||
//
|
//
|
||||||
::SetTextColor(hDC, textColor);
|
::SetTextColor(hDC, textColor);
|
||||||
::DrawText(hDC, label, lstrlen(label), &rect, DT_SINGLELINE | DT_VCENTER | DT_LEFT);
|
::DrawText(hDC, label, lstrlen(label), &rect, DT_SINGLELINE | DT_VCENTER | DT_NOPREFIX);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user