diff --git a/renderdocui/Windows/TextureViewer.cs b/renderdocui/Windows/TextureViewer.cs index 6c5f53753..2907ccf8b 100644 --- a/renderdocui/Windows/TextureViewer.cs +++ b/renderdocui/Windows/TextureViewer.cs @@ -3067,8 +3067,8 @@ namespace renderdocui.Windows if (trace == null || trace.states.Length == 0) { - MessageBox.Show("Couldn't find pixel to debug.\nEnsure the relevant drawcall is selected for this pixel.", "No Pixel Found", - MessageBoxButtons.OK, MessageBoxIcon.Information); + // if we couldn't debug the pixel on this event, open up a pixel history + pixelHistory_Click(sender, e); return; }