WUpdate - only partially corrected for HiDPI

The WhatsnewDialog has been improved to better handle HiDPI but the improvement seems to be only partially implemented. In Function WhatsNewDialog the memo.height is set to Form.bottom - (LDPIScale *60) however the RTF & HTML versions of the code still just use Form.bottom - 60.
It also seems that the same LDPIScale corrections are missing entirely from the EULADialog function.

1 Like