We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70150df commit eee00c6Copy full SHA for eee00c6
src/polyscope.cpp
@@ -774,7 +774,6 @@ void buildPolyscopeGui() {
774
ImGui::TextUnformatted(" Zoom: [scroll] OR [ctrl/cmd] + [shift] + [left click drag]");
775
ImGui::TextUnformatted(" To set the view orbit center, double-click OR hold");
776
ImGui::TextUnformatted(" [ctrl/cmd] + [shift] and [left click] in the scene.");
777
- ImGui::TextUnformatted(" To zoom towards the center, hold [ctrl/cmd] + [shift] and scroll.");
778
ImGui::TextUnformatted(" Save and restore camera poses via the system clipboard with");
779
ImGui::TextUnformatted(" [ctrl/cmd-c] and [ctrl/cmd-v].");
780
ImGui::TextUnformatted("\nMenu Navigation:");
0 commit comments