Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/cad/OrcaSlicer/files/patch-src_slic3r_GUI_HMSPanel.cpp
46591 views
1
--- src/slic3r/GUI/HMSPanel.cpp.orig 2026-03-22 17:56:38 UTC
2
+++ src/slic3r/GUI/HMSPanel.cpp
3
@@ -70,7 +70,7 @@ HMSNotifyItem::HMSNotifyItem(const std::string& dev_id
4
this->SetSizer(main_sizer);
5
this->Layout();
6
7
-#ifdef __linux__
8
+#if defined(__linux__) || defined(__FreeBSD__)
9
m_panel_hms->Bind(wxEVT_ENTER_WINDOW, [this](wxMouseEvent& e) {
10
e.Skip();
11
if (!m_url.empty()) {
12
13