--- src/slic3r/GUI/ExtraRenderers.cpp.orig 2025-03-01 00:00:00 UTC
+++ src/slic3r/GUI/ExtraRenderers.cpp
@@ -328,7 +328,7 @@
else
c_editor->SetSelection(atoi(data.GetText().c_str()) - 1);
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
c_editor->Bind(wxEVT_COMBOBOX, [this](wxCommandEvent& evt) {
evt.StopPropagation();