From 0d141b6d7e39cffc122bbb5293df465f6d066ffb Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 9 Feb 2017 16:29:24 +0000 Subject: [PATCH] Add TODOs that were missing in a couple of places --- qrenderdoc/Code/PersistantConfig.cpp | 2 ++ qrenderdoc/Windows/TextureViewer.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/qrenderdoc/Code/PersistantConfig.cpp b/qrenderdoc/Code/PersistantConfig.cpp index 94756d1ec..a583c7e34 100644 --- a/qrenderdoc/Code/PersistantConfig.cpp +++ b/qrenderdoc/Code/PersistantConfig.cpp @@ -262,6 +262,8 @@ void PersistantConfig::SetupFormatting() { Formatter::setParams(Formatter_MinFigures, Formatter_MaxFigures, Formatter_NegExp, Formatter_PosExp); + + // TODO Preferred Font /* PreferredFont = Font_PreferMonospaced ? new System.Drawing.Font("Consolas", 9.25F, System.Drawing.FontStyle.Regular, diff --git a/qrenderdoc/Windows/TextureViewer.cpp b/qrenderdoc/Windows/TextureViewer.cpp index 6a16910af..224a46d55 100644 --- a/qrenderdoc/Windows/TextureViewer.cpp +++ b/qrenderdoc/Windows/TextureViewer.cpp @@ -1482,6 +1482,8 @@ void TextureViewer::UI_UpdateChannels() m_TexDisplay.HDRMul = -1.0f; m_TexDisplay.CustomShader = ResourceId(); + + // TODO Custom shaders /* if (m_CustomShaders.ContainsKey(customShader.Text.ToUpperInvariant())) {