Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
c9ca3359
Commit
c9ca3359
authored
Nov 29, 2010
by
hjk
Browse files
debugger: remove toying with semitransparent tooltips
Reviewed-by: Thorbjorn Lindeijer Task-number: QTCREATORBUG-3072
parent
4331fe7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggertooltip.cpp
View file @
c9ca3359
...
...
@@ -178,13 +178,6 @@ void ToolTipWidget::run(const QPoint &point, QAbstractItemModel *model,
setModel
(
model
);
computeSize
();
setRootIsDecorated
(
model
->
hasChildren
(
index
));
// FIXME: use something more sensible
QPalette
pal
=
palette
();
QColor
bg
=
pal
.
color
(
QPalette
::
Base
);
bg
.
setAlpha
(
20
);
pal
.
setColor
(
QPalette
::
Base
,
bg
);
setPalette
(
pal
);
//viewport()->setPalette(pal);
}
void
ToolTipWidget
::
leaveEvent
(
QEvent
*
ev
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment