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:
parent
df954ae483
commit
5a522fac4b
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue