aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dutil/thmutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/thmutil.cpp b/src/dutil/thmutil.cpp
index b9335469..3cdc09e3 100644
--- a/src/dutil/thmutil.cpp
+++ b/src/dutil/thmutil.cpp
@@ -3799,7 +3799,7 @@ static HRESULT DrawProgressBar(
3799 } 3799 }
3800 3800
3801 // Draw the right side of the progress bar. 3801 // Draw the right side of the progress bar.
3802 ::StretchBlt(pdis->hDC, pdis->rcItem.right - 1, 0, 1, dwHeight, hdcMem, nSourceX, nSourceY, 1, dwSourceHeight, SRCCOPY); 3802 ::StretchBlt(pdis->hDC, pdis->rcItem.right - 1, 0, 1, dwHeight, hdcMem, nSourceX + 3, nSourceY, 1, dwSourceHeight, SRCCOPY);
3803 3803
3804 ::SelectObject(hdcMem, hDefaultBitmap); 3804 ::SelectObject(hdcMem, hDefaultBitmap);
3805 ::DeleteDC(hdcMem); 3805 ::DeleteDC(hdcMem);