We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5145805 commit 8775779Copy full SHA for 8775779
1 file changed
src/apps/mplayerc/PPageInterface.cpp
@@ -335,9 +335,6 @@ void CPPageInterface::OnClickClrDefault()
335
m_clrOutlineABGR = 0x00868686;
336
GetDlgItem(IDC_BUTTON_CLRFACE)->Invalidate();
337
GetDlgItem(IDC_BUTTON_CLROUTLINE)->Invalidate();
338
- GetDlgItem(IDC_BUTTON_CLRFONT)->Invalidate();
339
- GetDlgItem(IDC_BUTTON_CLRGRAD1)->Invalidate();
340
- GetDlgItem(IDC_BUTTON_CLRGRAD2)->Invalidate();
341
PostMessageW(WM_COMMAND, IDC_CHECK3);
342
343
s.nThemeBrightness = m_nThemeBrightness = 15;
0 commit comments