mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Set to last event on startup in EventBrowser
This commit is contained in:
@@ -83,6 +83,8 @@ void EventBrowser::OnLogfileLoaded()
|
||||
ui->events->insertTopLevelItem(0, frame);
|
||||
|
||||
ui->events->expandItem(frame);
|
||||
|
||||
m_Core->SetEventID(this, lastEID);
|
||||
}
|
||||
|
||||
void EventBrowser::OnLogfileClosed()
|
||||
|
||||
Reference in New Issue
Block a user