1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 12:55:12 +03:00

Release note windows had close button disabled (fix #3650)

This commit is contained in:
Andre Bernet 2016-07-05 13:32:18 +02:00
parent e6c01cd140
commit 49839b712b
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#include "ui_htmldialog.h"
ReleaseNotesDialog::ReleaseNotesDialog(QWidget * parent) :
QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint),
QDialog(parent),
ui(new Ui::HtmlDialog)
{
ui->setupUi(this);