formatings only
This commit is contained in:
parent
3a24e7ffd8
commit
cb8f9af746
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue