Skip to content

Commit

Permalink
修正界面1和界面2宽度缩小后播放控制按钮无法显示的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyang219 committed Jul 30, 2024
1 parent f6f420a commit 63b9cb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MusicPlayer2/CPlayerUIBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1857,6 +1857,8 @@ void CPlayerUIBase::DrawProgressBar(CRect rect, bool play_time_both_side)

//绘制进度条
DrawProgess(progress_rect);

ResetDrawArea();
}

void CPlayerUIBase::DrawProgess(CRect rect)
Expand Down

0 comments on commit 63b9cb7

Please sign in to comment.