зеркало из https://github.com/mozilla/gecko-dev.git
Fix to the title bar drawing code so that the Win98 gradient fill is used.
This commit is contained in:
Родитель
b1100a8e31
Коммит
f6f746b889
|
@ -433,7 +433,7 @@ void CGenericFrame::OnNcPaint()
|
|||
CString strTitle;
|
||||
GetWindowText( strTitle );
|
||||
|
||||
dc.FillRect(&rectCaption, &brCaption);
|
||||
//dc.FillRect(&rectCaption, &brCaption);
|
||||
dc.SetTextColor(::GetSysColor(m_bActive ? COLOR_CAPTIONTEXT : COLOR_INACTIVECAPTIONTEXT));
|
||||
dc.SetBkMode(TRANSPARENT);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче