diff --git a/src/modules/fancyzones/lib/ZoneWindowDrawing.cpp b/src/modules/fancyzones/lib/ZoneWindowDrawing.cpp index ada8de141a..30a8caa118 100644 --- a/src/modules/fancyzones/lib/ZoneWindowDrawing.cpp +++ b/src/modules/fancyzones/lib/ZoneWindowDrawing.cpp @@ -74,6 +74,7 @@ ZoneWindowDrawing::ZoneWindowDrawing(HWND window) // Obtain the size of the drawing area. if (!GetClientRect(window, &m_clientRect)) { + // TODO: Log failures and errors using spdlog return; }