mirror of
https://github.com/opentx/opentx.git
synced 2025-07-22 07:45:14 +03:00
[companion] Don't disable standard buttons on printdialog
This commit is contained in:
parent
c7e0bf23ad
commit
af34a1568f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#include <QPrintDialog>
|
||||
|
||||
PrintDialog::PrintDialog(QWidget *parent, Firmware * firmware, GeneralSettings & generalSettings, ModelData & model, const QString & filename) :
|
||||
QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint),
|
||||
QDialog(parent),
|
||||
firmware(firmware),
|
||||
generalSettings(generalSettings),
|
||||
model(model),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue