mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 06:29:44 +08:00
Add a TODO comment
This commit is contained in:
parent
0013282012
commit
81e0836e11
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user