Skip to content

Commit

Permalink
レビュー指摘点対応
Browse files Browse the repository at this point in the history
  • Loading branch information
beru committed Jul 4, 2018
1 parent 26c0d96 commit 5b6c0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sakura_core/CSearchAgent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ void CSearchAgent::ReplaceData( DocLineReplaceArg* pArg )
if( NULL != ( hwndCancel = pCDlgCancel->DoModeless( ::GetModuleHandle( NULL ), NULL, IDD_OPERATIONRUNNING ) ) ){
hwndProgress = ::GetDlgItem( hwndCancel, IDC_PROGRESS );
Progress_SetRange( hwndProgress, 0, 101 );
Progress_SetPos( hwndProgress, 0 );
Progress_SetPos( hwndProgress, 0 );
}
}
}
Expand Down

0 comments on commit 5b6c0c9

Please sign in to comment.