simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Feb 28 13:40:06 GMT 2021


TL;DR:
  cc6ab00b Remove border on Windows GUI About box.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-02-28 13:40:06

commit cc6ab00b71cee9d841d7cd97e6ff7b48e9c281e3
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=cc6ab00b71cee9d841d7cd97e6ff7b48e9c281e3;hp=c289ad3607162b5537a0d5aef1207fb29d0ebc65
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Feb 28 13:33:06 2021 +0000

    Remove border on Windows GUI About box.
    
    The About text is in a readonly edit control rather than a static
    control, so that it can be copy-pasted. Previously, I haven't managed
    to avoid the side effect of the edit control being surrounded by a
    border - but now I've finally found out how you can do it: clear all
    the border styles and _then_ use SetWindowPos to force a redraw of the
    frame.

 windows/windlg.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)



More information about the tartarus-commits mailing list