From b47431cd7c6f00370c3f29143db5f4aab0f6e15f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 30 May 2017 22:57:38 -0400 Subject: [PATCH] More TODOs. --- windows/separator.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/separator.cpp b/windows/separator.cpp index e123e275..28e77e83 100644 --- a/windows/separator.cpp +++ b/windows/separator.cpp @@ -1,6 +1,10 @@ // 20 may 2015 #include "uipriv_windows.hpp" +// TODO +// - font scaling issues? https://www.viksoe.dk/code/bevelline.htm +// - isn't something in vista app guidelines suggesting this too? or some other microsoft doc? and what about VS itself? + // references: // - http://stackoverflow.com/questions/2892703/how-do-i-draw-separators // - https://msdn.microsoft.com/en-us/library/windows/desktop/dn742405%28v=vs.85%29.aspx