Skip to content

Commit

Permalink
[r5985] Дополнение к предыдущему коммиту.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksoid1978 committed Jan 23, 2021
1 parent dc6ab6b commit 9ce275b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/apps/mplayerc/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15970,6 +15970,11 @@ void CMainFrame::ShowControls(int nCS, bool fSave)
s.nCS = nCS;
}

if (s.bUseDarkTheme && (nCS & CS_STATUSBAR)) {
OnTimer(TIMER_STREAMPOSPOLLER2);
m_wndSeekBar.Invalidate();
}

RecalcLayout();

RepaintVideo();
Expand Down

0 comments on commit 9ce275b

Please sign in to comment.