mirror of https://github.com/adamdruppe/arsd.git
idk
This commit is contained in:
parent
05eadcb732
commit
1af3a0d394
|
@ -6150,7 +6150,8 @@ class Menu : Window {
|
||||||
HMENU handle;
|
HMENU handle;
|
||||||
///
|
///
|
||||||
this(string label, Widget parent = null) {
|
this(string label, Widget parent = null) {
|
||||||
super(parent);
|
// not actually passing the parent since it effs up the drawing
|
||||||
|
super(cast(Widget) null);// parent);
|
||||||
this.label = label;
|
this.label = label;
|
||||||
handle = CreatePopupMenu();
|
handle = CreatePopupMenu();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue