Skip to content

Commit

Permalink
Remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Jun 9, 2023
1 parent 490e4d6 commit 81e9887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ImagePreviewPanel(
isVisible = false
}
add(sure, BorderLayout.SOUTH)
sure.addActionListener { e: ActionEvent? ->
sure.addActionListener {
sure.isVisible = false
val icon: Icon? = loadImage()
label.icon = icon
Expand Down

0 comments on commit 81e9887

Please sign in to comment.