4 May
2016
4 May
'16
3:55 a.m.
Frédéric Delanoy <frederic.delanoy(a)gmail.com> wrote:
- cancel_rc.left = dialog_rc.right - cancel_width - hspacing; - cancel_rc.top = dialog_rc.bottom - cancel_height - vspacing; - cancel_rc.right = cancel_rc.left + cancel_width; - cancel_rc.bottom = cancel_rc.top + cancel_height; + SetRect(&cancel_rc, + dialog_rc.right - cancel_width - hspacing, dialog_rc.bottom - cancel_height - vspacing, + dialog_rc.right - hspacing , dialog_rc.bottom - vspacing);
This is at least very strange and weird formatting of an API call. I don't see anything like that in the changed file. -- Dmitry.