[dasher/relicence] Revert "Fixed Win32 box outline on/off option (#146)"
- From: Gavin Henderson <ghenderson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher/relicence] Revert "Fixed Win32 box outline on/off option (#146)"
- Date: Tue, 22 Feb 2022 11:43:43 +0000 (UTC)
commit 6799399a92533fcf6419097f9aa202616d09e1bf
Author: Gavin Henderson <gavin henderson hotmail co uk>
Date: Tue Feb 22 10:45:14 2022 +0000
Revert "Fixed Win32 box outline on/off option (#146)"
This reverts commit 6b49e9d0a19efaa13d054a9839d38bf9e05fe98e.
Src/Win32/Widgets/Screen.inl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Src/Win32/Widgets/Screen.inl b/Src/Win32/Widgets/Screen.inl
index 79cf4a3f..56a9f67f 100644
--- a/Src/Win32/Widgets/Screen.inl
+++ b/Src/Win32/Widgets/Screen.inl
@@ -18,7 +18,7 @@ inline void CScreen::DrawRectangle(screenint x1, screenint y1, screenint x2, scr
if(Colour != -1)
FillRect(m_hDCBuffer, &Rect, brush);
- if(GetWidth() != (screenint)-1 && iThickness != 0) {
+ if(GetWidth() != (screenint)-1) {
point aPoints[5];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]