mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Bring RenderDoc window to foreground when event is selected from RGP
This commit is contained in:
@@ -221,8 +221,7 @@ void RGPInterop::EventSelected(RGPInteropEvent event)
|
||||
|
||||
m_Ctx.SetEventID({}, eventId, eventId);
|
||||
|
||||
m_Ctx.GetMainWindow()->Widget()->activateWindow();
|
||||
m_Ctx.GetMainWindow()->Widget()->raise();
|
||||
BringToForeground(m_Ctx.GetMainWindow()->Widget());
|
||||
}
|
||||
|
||||
void RGPInterop::ConnectionEstablished()
|
||||
|
||||
Reference in New Issue
Block a user