mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
comparedialog - compare curves and special functions
This commit is contained in:
parent
27ee3e3ab4
commit
6e0eec364c
5 changed files with 184 additions and 90 deletions
|
@ -863,7 +863,7 @@ void MainWindow::burnFuses()
|
|||
|
||||
void MainWindow::compare()
|
||||
{
|
||||
CompareDialog *fd = new CompareDialog(this);
|
||||
CompareDialog *fd = new CompareDialog(this,GetCurrentFirmware());
|
||||
fd->setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
fd->show();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue