Skip to content

Commit

Permalink
Fixed a small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders committed Feb 19, 2023
1 parent e70a3c1 commit 06161ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Panels/Img_Ops/ImgApply.vb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Public Class ImgApply

Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
GetMaxIndexCount(TextBox1.Text)
If TextBox1.Text.EndsWith("*.swm") Then
If TextBox1.Text.EndsWith(".swm") Then
CheckBox4.Checked = True
Button4.PerformClick()
End If
Expand Down

0 comments on commit 06161ef

Please sign in to comment.