Skip to content

Commit

Permalink
fix property display
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Dec 1, 2024
1 parent 4a972db commit 0e9dae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecularnodes/entities/trajectory/dna.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def panel(layout, scene):
layout.label(text="Load oxDNA File", icon="FILE_TICK")
layout.separator()
row = layout.row()
row.prop(scene, "import_oxdna_name")
row.prop(scene.mn, "import_oxdna_name")

Check warning on line 89 in molecularnodes/entities/trajectory/dna.py

View check run for this annotation

Codecov / codecov/patch

molecularnodes/entities/trajectory/dna.py#L89

Added line #L89 was not covered by tests
op = row.operator("mn.import_oxdna")
op.name = scene.mn.import_oxdna_name
op.topology = scene.mn.import_oxdna_topology
Expand Down

0 comments on commit 0e9dae6

Please sign in to comment.