Skip to content

Commit

Permalink
fix faultplane property assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias47n9e committed Jun 13, 2015
1 parent 7afdf60 commit 4dce381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions innstereo/layer_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,8 +986,8 @@ def __init__(self, treestore, treeview):
layer". Requires a treestore and treeview to initialize.
"""
PlaneLayer.__init__(self, treestore, treeview)
self.type = "faultplane"
self.label = "Faultplane layer"
self.props["type"] = "faultplane"
self.props["label"] = "Faultplane layer"


class LineLayer(PlaneLayer):
Expand Down

0 comments on commit 4dce381

Please sign in to comment.