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; }