Bring RenderDoc window to foreground when event is selected from RGP

This commit is contained in:
baldurk
2018-04-25 10:55:36 +01:00
parent 2d0f675ca8
commit 048d2c4f4e
5 changed files with 22 additions and 3 deletions
+1 -2
View File
@@ -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()