blob: 631a1d7c1a669a57e4f7775a5badab4112d547e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/wings_view_win.erl.orig 2021-10-01 22:46:16.450805000 +0200
+++ src/wings_view_win.erl 2021-10-01 22:46:38.699204000 +0200
@@ -253,6 +253,8 @@
case os:type() of
{_, linux} ->
ignore;
+ {_, freebsd} ->
+ ignore;
_ ->
Children = [wxStaticBoxSizer:getStaticBox(LightSz), wxStaticBoxSizer:getStaticBox(CameraSz)
| wxWindow:getChildren(Panel)],
|