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 589ba94 commit 84ace36Copy full SHA for 84ace36
src/ansys/tools/visualization_interface/backends/pyvista/trame_local.py
@@ -380,13 +380,13 @@ def view_isometric():
380
v3.VIcon("mdi-ruler")
381
with v3.VListItemContent():
382
v3.VListItemTitle("Ruler")
383
-
+
384
with v3.VListItem(click=self.ctrl.take_screenshot):
385
with v3.VListItemIcon():
386
v3.VIcon("mdi-camera")
387
388
v3.VListItemTitle("Take Screenshot")
389
390
with v3.VListItem(click=self.ctrl.download_html):
391
392
v3.VIcon("mdi-download")
0 commit comments