lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.78k stars 885 forks source link

Empty Layout nil avoidance #759

Open doracpphp opened 3 years ago

doracpphp commented 3 years ago

If you don't describe the layout when creating a window, you will get a runtime error. I put VBOX as the initial value to avoid nil in Mainwindow and Dialog.