mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Add some missing tooltips for event browser location buttons
This commit is contained in:
@@ -319,12 +319,13 @@ void MarkerBreadcrumbs::AddPathButton(const ActionDescription *action)
|
||||
{
|
||||
RDToolButton *b = new RDToolButton();
|
||||
b->setText(action ? QString(action->customName) : QString());
|
||||
b->setToolTip(b->text());
|
||||
if(!action)
|
||||
{
|
||||
b->setIcon(Icons::house());
|
||||
b->setToolButtonStyle(Qt::ToolButtonIconOnly);
|
||||
b->setToolTip(tr("Capture Root"));
|
||||
}
|
||||
b->setToolTip(b->text());
|
||||
|
||||
bool hasChildMarkers = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user