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 daa26c4 commit 6b3cc34Copy full SHA for 6b3cc34
src/structure.cpp
@@ -84,7 +84,7 @@ void Structure::buildUI() {
84
// if there are none, show a helpful message
85
if (ImGui::Button("Add slice plane")) {
86
openSlicePlaneMenu = true;
87
- addSceneSlicePlane();
+ addSceneSlicePlane(true);
88
}
89
} else {
90
// otherwise, show toggles for each
0 commit comments