mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
fix: stale audit mode on_lifecycle_event
This commit is contained in:
@@ -135,8 +135,7 @@ public:
|
|||||||
|
|
||||||
void on_lifecycle_event(LifecycleEvent event, const LifecycleEventContext& ctx) override
|
void on_lifecycle_event(LifecycleEvent event, const LifecycleEventContext& ctx) override
|
||||||
{
|
{
|
||||||
ORCA_PY_OVERRIDE_AUDITED(
|
ORCA_PY_OVERRIDE_AUDITED([] {}, PYBIND11_OVERRIDE, void, Base, on_lifecycle_event, event, ctx);
|
||||||
::Slic3r::PluginAuditManager::AuditMode::Loading, [] {}, PYBIND11_OVERRIDE, void, Base, on_lifecycle_event, event, ctx);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user