mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Fixes #2546
This commit is contained in:
parent
7e44eab63c
commit
e1dfb15ba9
4 changed files with 85 additions and 92 deletions
|
@ -873,7 +873,7 @@ void MainWindow::compare()
|
|||
|
||||
void MainWindow::logFile()
|
||||
{
|
||||
logsDialog *fd = new logsDialog(this);
|
||||
LogsDialog *fd = new LogsDialog(this);
|
||||
fd->setWindowFlags(Qt::Window); //to show minimize an maximize buttons
|
||||
fd->setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
fd->show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue