Skip to content

Commit

Permalink
修复首句歌词时间戳标记异常问题
Browse files Browse the repository at this point in the history
相关 issue #65
  • Loading branch information
BensonLaur committed Feb 26, 2020
1 parent 4ad293c commit 8b5141f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MiddleWidgets/SubPageMaking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ void SubPageMaking::startMaking()
if(isMaking == false) //没有在制作时才允许响应制作的操作
{
isMaking = true;
curAudioPos = 0; //初始化标记歌词时间使用的时间值

emit onStartMaking();

Expand Down

0 comments on commit 8b5141f

Please sign in to comment.