Skip to content

Commit

Permalink
Fix for showing quick inspection button
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jan 12, 2017
1 parent a5fdf35 commit b20e407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roam/infodock.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def update(self, cursor):
editgeom = 'edit_geom' in tools and hasform
deletefeature = 'delete' in tools and hasform
self.deleteFeatureButton.setVisible(deletefeature)
self.quickInspectButton.setVisible(editattributes)
self.quickInspectButton.setVisible('inspection' in tools)
self.editButton.setVisible(editattributes)
self.editGeomButton.setVisible(editgeom)
self.featureupdated.emit(layer, feature, cursor.features)
Expand Down

0 comments on commit b20e407

Please sign in to comment.