1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

OP-1103 Fixes rendering issues related to QTabWidget DocumentMode

This commit is contained in:
Patrick Huebner 2013-11-03 18:56:40 +11:00
parent 0833cd206c
commit 9a60d63c59

View File

@ -171,9 +171,6 @@ MainWindow::MainWindow() :
m_modeStack->setMovable(false);
m_modeStack->setMinimumWidth(512);
m_modeStack->setElideMode(Qt::ElideRight);
#ifndef Q_WS_MAC
m_modeStack->setDocumentMode(true);
#endif
m_modeManager = new ModeManager(this, m_modeStack);
m_connectionManager = new ConnectionManager(this);