forked from qt-creator/qt-creator
Debugger: Split Expressions view into dock of its own
Change-Id: Ie86a5bd72c3140219f925835a065d9f6a3ae0ea4 Task-number: QTCREATORBUG-19167 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -78,7 +78,7 @@ void WatchTreeView::setModel(QAbstractItemModel *model)
|
||||
setRootIsDecorated(true);
|
||||
if (header()) {
|
||||
header()->setDefaultAlignment(Qt::AlignLeft);
|
||||
if (m_type != LocalsType && m_type != InspectType)
|
||||
if (m_type == ReturnType && m_type == TooltipType)
|
||||
header()->hide();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user