summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/breakhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/breakhandler.cpp')
-rw-r--r--src/plugins/debugger/breakhandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/breakhandler.cpp b/src/plugins/debugger/breakhandler.cpp
index 6888218ded..fcd3aba618 100644
--- a/src/plugins/debugger/breakhandler.cpp
+++ b/src/plugins/debugger/breakhandler.cpp
@@ -1862,6 +1862,7 @@ void BreakpointItem::updateMarkerIcon()
{
if (m_marker) {
m_marker->setIcon(icon());
+ m_marker->setToolTip(toolTip());
m_marker->updateMarker();
}
}
@@ -2288,6 +2289,7 @@ void GlobalBreakpointItem::updateMarkerIcon()
{
if (m_marker) {
m_marker->setIcon(icon());
+ m_marker->setToolTip(toolTip());
m_marker->updateMarker();
}
}