From cb8f9af746a61f56786fd6b6d0637f0f953d8dc0 Mon Sep 17 00:00:00 2001 From: Erich Willems Date: Sat, 7 Mar 2020 00:53:59 +0100 Subject: [PATCH] formatings only --- TaskDialogEmu.h | 1 + TaskDialogEmu.h.DLURect.incl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TaskDialogEmu.h b/TaskDialogEmu.h index 0cb96ef..dd2049e 100644 --- a/TaskDialogEmu.h +++ b/TaskDialogEmu.h @@ -25,6 +25,7 @@ // computer whatsoever. It's free, so don't hassle me about it. // // Beware of bugs. +// // The dialog requires a few string and icon resources to be defined. Ironic isn't it: the dialog diff --git a/TaskDialogEmu.h.DLURect.incl b/TaskDialogEmu.h.DLURect.incl index e79c007..90ba203 100644 --- a/TaskDialogEmu.h.DLURect.incl +++ b/TaskDialogEmu.h.DLURect.incl @@ -224,7 +224,7 @@ public: return erg; } DLUPoint& operator=(const PixPoint& x){DLUPoint erg;erg.x=MulDiv(x.x, 4,ActBaseUnit().val().cx); - erg.y=MulDiv(x.y, 8, ActBaseUnit().val().cy); + erg.y=MulDiv(x.y, 8, ActBaseUnit().val().cy); *this=erg; return *this; }