mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Keep "Show hidden rows" text constant now that checkbox appears
This commit is contained in:
committed by
Baldur Karlsson
parent
7231de0ed0
commit
0a973130ac
@@ -383,11 +383,6 @@ void DebugMessageView::messages_contextMenu(const QPoint &pos)
|
||||
m_ToggleMessageType->setVisible(false);
|
||||
}
|
||||
|
||||
QString showHidden = tr("Show hidden rows");
|
||||
QString hideHidden = tr("Stop showing hidden rows");
|
||||
|
||||
m_ShowHidden->setText(m_FilterModel->showHidden ? hideHidden : showHidden);
|
||||
|
||||
RDDialog::show(m_ContextMenu, ui->messages->viewport()->mapToGlobal(pos));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user