Skip to content

Commit

Permalink
show widget by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Jul 29, 2021
1 parent daa26c4 commit 6b3cc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void Structure::buildUI() {
// if there are none, show a helpful message
if (ImGui::Button("Add slice plane")) {
openSlicePlaneMenu = true;
addSceneSlicePlane();
addSceneSlicePlane(true);
}
} else {
// otherwise, show toggles for each
Expand Down

0 comments on commit 6b3cc34

Please sign in to comment.