forked from qt-creator/qt-creator
Debugger: Show/Hide Address Column in Stack Window
Show Address column in stack window only if explicitly enabled. The address column is hidden by default. Change-Id: I4e4b019dbcde1c2edb9fb3012831eee5054a8a22 Reviewed-by: Kai Koehne <kai.koehne@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -88,6 +88,7 @@ void StackWindow::setModel(QAbstractItemModel *model)
|
||||
BaseWindow::setModel(model);
|
||||
resizeColumnToContents(0);
|
||||
resizeColumnToContents(3);
|
||||
showAddressColumn(debuggerCore()->action(UseAddressInStackView)->isChecked());
|
||||
}
|
||||
|
||||
void StackWindow::contextMenuEvent(QContextMenuEvent *ev)
|
||||
|
||||
Reference in New Issue
Block a user