mirror of https://github.com/adamdruppe/arsd.git
vscroll on dropdown window
This commit is contained in:
parent
48d1e3395d
commit
472236b9fa
|
@ -350,7 +350,7 @@ abstract class ComboboxBase : Widget {
|
|||
class DropDownSelection : ComboboxBase {
|
||||
this(Widget parent = null) {
|
||||
version(win32_widgets)
|
||||
super(3 /* CBS_DROPDOWNLIST */, parent);
|
||||
super(3 /* CBS_DROPDOWNLIST */ | WS_VSCROLL, parent);
|
||||
else version(custom_widgets) {
|
||||
super(parent);
|
||||
|
||||
|
|
Loading…
Reference in New Issue