formatings only

This commit is contained in:
Erich Willems 2020-03-07 00:53:59 +01:00
parent 3a24e7ffd8
commit cb8f9af746
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

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