Skip to content

Commit

Permalink
Fix excess command block visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
codewarrior0 committed Jul 25, 2017
1 parent df47148 commit 3f79c61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mcedit2/widgets/inspector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,11 @@ def revisionDidChange(self):
else:
self.inspectNothing()



def _changed(self, value, idx):
if self.blockPos is None:
return

if self.blockPos[0] == value:
if self.blockPos[idx] == value:
return

pos = list(self.blockPos)
Expand Down

0 comments on commit 3f79c61

Please sign in to comment.