forked from qt-creator/qt-creator
Debugger: Update breakpoint marker tooltip on enable/disable
Change-Id: I5166e58f038afc373a7baae22b85f7d93e25a583 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -1862,6 +1862,7 @@ void BreakpointItem::updateMarkerIcon()
|
|||||||
{
|
{
|
||||||
if (m_marker) {
|
if (m_marker) {
|
||||||
m_marker->setIcon(icon());
|
m_marker->setIcon(icon());
|
||||||
|
m_marker->setToolTip(toolTip());
|
||||||
m_marker->updateMarker();
|
m_marker->updateMarker();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -2288,6 +2289,7 @@ void GlobalBreakpointItem::updateMarkerIcon()
|
|||||||
{
|
{
|
||||||
if (m_marker) {
|
if (m_marker) {
|
||||||
m_marker->setIcon(icon());
|
m_marker->setIcon(icon());
|
||||||
|
m_marker->setToolTip(toolTip());
|
||||||
m_marker->updateMarker();
|
m_marker->updateMarker();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user