Skip to content

Commit

Permalink
Comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jan 15, 2025
1 parent 248c935 commit f4692f6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ def select_shapefile(self):

if file_path:
# Update the line edit with the selected file path
# ⚠️ Be careful about changing the order of the following lines
# It could cause the clear button to render in the incorrect place
self.layer_combo.setVisible(False)
self.shapefile_line_edit.setVisible(True)
self.shapefile_line_edit.setText(file_path)
Expand Down

0 comments on commit f4692f6

Please sign in to comment.