- add "cancle" button in replace panel
This commit is contained in:
parent
75a6b75ebb
commit
2d861e0f05
Binary file not shown.
|
@ -4074,3 +4074,9 @@ void MainWindow::on_btnReplace_clicked()
|
|||
showSearchReplacePanel(false);
|
||||
openCloseBottomPanel(false);
|
||||
}
|
||||
|
||||
void MainWindow::on_btnCancelReplace_clicked()
|
||||
{
|
||||
showSearchReplacePanel(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue