debugger: suppress variable tooltips with outdated contents

This commit is contained in:
hjk
2010-09-15 19:02:12 +02:00
parent 2e02f4cb27
commit bd2d160a95
8 changed files with 37 additions and 12 deletions

View File

@@ -151,7 +151,6 @@ void ToolTipWidget::run(const QPoint &point, QAbstractItemModel *model,
{
move(point);
setModel(model);
setRootIndex(index.parent());
computeSize();
setRootIsDecorated(model->hasChildren(index));
// FIXME: use something more sensible