mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 19:42:48 -05:00
Fix uninitialised field in ctrl_fileselect.
In commit694d5184b7
, I introduced the 'just_button' flag for CTRL_FILESELECT controls, and in commitddcd93ab12
I added a use of such a control with the flag set to true. But I forgot to set it to false everywhere else, which caused an assertion failure when selecting the Bell pane in Windows PuTTY. Oops.
This commit is contained in:
Reference in New Issue
Block a user