We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff26c2 commit 8cbdf24Copy full SHA for 8cbdf24
src/polyscope.cpp
@@ -1175,6 +1175,9 @@ void shutdown(bool allowMidFrameShutdown) {
1175
removeAllSlicePlanes();
1176
clearMessages();
1177
state::userCallback = nullptr;
1178
+ options::configureImGuiStyleCallback = nullptr;
1179
+ options::prepareImGuiFontsCallback = nullptr;
1180
+ options::filesDroppedCallback = nullptr;
1181
1182
// Shut down the render engine
1183
render::engine->shutdown();
0 commit comments