Skip to content

Commit 6b3cc34

Browse files
committed
show widget by default
1 parent daa26c4 commit 6b3cc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structure.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void Structure::buildUI() {
8484
// if there are none, show a helpful message
8585
if (ImGui::Button("Add slice plane")) {
8686
openSlicePlaneMenu = true;
87-
addSceneSlicePlane();
87+
addSceneSlicePlane(true);
8888
}
8989
} else {
9090
// otherwise, show toggles for each

0 commit comments

Comments
 (0)