Skip to content

Commit

Permalink
fix: example
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrgsp committed Jul 11, 2024
1 parent 3b52eb9 commit 854c303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/points_plan_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
max_height=4000,
)

fs = PointsPlanWidget()
# fs.setWellSize(6, 6)
fs = PointsPlanWidget(points)
fs.setWellSize(6, 6)
fs.show()

app.exec()

0 comments on commit 854c303

Please sign in to comment.