Clear resource previews to black while thumbnails are still disabled

This commit is contained in:
baldurk
2015-10-05 12:46:53 +02:00
parent 233aa3d14b
commit 33fd37282b
+1 -1
View File
@@ -146,7 +146,7 @@ namespace renderdocui.Controls
private void thumbnail_Paint(object sender, PaintEventArgs e)
{
if (m_Output == null || m_Core.Renderer == null)
if (m_Output == null || m_Core.Renderer == null || true)
{
e.Graphics.Clear(Color.Black);
return;