1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

* One more leak fixed.

* debug print removed
This commit is contained in:
Damjan Adamic 2014-04-14 20:53:54 +02:00
parent df954ae483
commit 5a522fac4b
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@
MainWindow::MainWindow():
downloadDialog_forWait(NULL)
{
mdiArea = new QMdiArea;
mdiArea = new QMdiArea(this);
mdiArea->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded);
mdiArea->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded);
setCentralWidget(mdiArea);