- add "cancle" button in replace panel

This commit is contained in:
royqh1979@gmail.com 2021-10-04 14:03:22 +08:00
parent 75a6b75ebb
commit 2d861e0f05
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -4074,3 +4074,9 @@ void MainWindow::on_btnReplace_clicked()
showSearchReplacePanel(false);
openCloseBottomPanel(false);
}
void MainWindow::on_btnCancelReplace_clicked()
{
showSearchReplacePanel(false);
}