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:
parent
0833cd206c
commit
9a60d63c59
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user