Fix symbol '&' not showing in Document Switcher
Disable prefix processing in document switcher. Fix #15117, close #15118pull/15129/head
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…
Reference in New Issue