]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - dialog.c
Key rollover: rewrite the PGP keys manual appendix.
[PuTTY.git] / dialog.c
index cbe95124decc7b238d707500d183dc42c806025a..cc1987751e0ef32aa507f3b4e641b13127c87d99 100644 (file)
--- a/dialog.c
+++ b/dialog.c
@@ -381,6 +381,7 @@ union control *ctrl_droplist(struct controlset *s, char *label, char shortcut,
     c->listbox.percentwidth = percentage;
     c->listbox.ncols = 0;
     c->listbox.percentages = NULL;
+    c->listbox.hscroll = FALSE;
     return c;
 }
 
@@ -397,6 +398,7 @@ union control *ctrl_draglist(struct controlset *s,char *label,char shortcut,
     c->listbox.percentwidth = 100;
     c->listbox.ncols = 0;
     c->listbox.percentages = NULL;
+    c->listbox.hscroll = FALSE;
     return c;
 }