mirror of
https://github.com/opentx/opentx.git
synced 2025-07-27 02:05:16 +03:00
Fixes #1209
This commit is contained in:
parent
2248c84b8f
commit
04897885dd
1 changed files with 1 additions and 0 deletions
|
@ -1428,6 +1428,7 @@ void MainWindow::compare()
|
||||||
void MainWindow::logFile()
|
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->setAttribute(Qt::WA_DeleteOnClose, true);
|
||||||
fd->show();
|
fd->show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue