mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Convert counter viewer to item model, sync filter with event browser
This commit is contained in:
@@ -997,6 +997,9 @@ void SettingsDialog::on_EventBrowser_TimeUnit_currentIndexChanged(int index)
|
||||
if(m_Ctx.HasEventBrowser())
|
||||
m_Ctx.GetEventBrowser()->UpdateDurationColumn();
|
||||
|
||||
if(m_Ctx.HasPerformanceCounterViewer())
|
||||
m_Ctx.GetPerformanceCounterViewer()->UpdateDurationColumn();
|
||||
|
||||
m_Ctx.Config().Save();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user