Skip to content

Commit

Permalink
fix map tip
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 16, 2022
1 parent a0d74e6 commit df93044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiss_locator/core/filters/swiss_locator_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def show_map_tip(self, layer, feature_id, point):
request, QgsFeedback(), self.parse_map_tip_response, data=point
)

def parse_map_tip_response(self, content, point):
def parse_map_tip_response(self, content, feedback, point):
self.map_tip = MapTip(self.iface, content, point.asPoint())
self.map_tip.closed.connect(self.clearPreviousResults)

Expand Down

0 comments on commit df93044

Please sign in to comment.