mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Use ASCII name for duration column in draw list export. Refs #1246
This commit is contained in:
@@ -690,7 +690,7 @@ void EventBrowser::on_exportDraws_clicked()
|
||||
|
||||
if(!m_Times.empty())
|
||||
{
|
||||
line += QFormatStr(" | %1").arg(ui->events->headerText(COL_DURATION));
|
||||
line += QFormatStr(" | %1 (%2)").arg(tr("Duration")).arg(ToQStr(m_TimeUnit));
|
||||
}
|
||||
|
||||
stream << line << "\n";
|
||||
|
||||
Reference in New Issue
Block a user