mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Rebase fix: zone numbers
This commit is contained in:
@@ -165,7 +165,7 @@ void ZoneWindowDrawing::Render()
|
|||||||
borderBrush->Release();
|
borderBrush->Release();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::wstring idStr = std::to_wstring(drawableRect.id);
|
std::wstring idStr = std::to_wstring(drawableRect.id + 1);
|
||||||
|
|
||||||
if (textFormat && textBrush)
|
if (textFormat && textBrush)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user