Skip to content

Commit

Permalink
Fix icon order in main view
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcclure committed May 1, 2021
1 parent 420a95f commit 7917114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/Shared/AppLib/GuiControl/ListViewControl.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class ListViewControl extends GuiControlBase {
}

if (this.imgListS) {
rowOpts.Push("Icon" . idx)
rowOpts.Push("Icon" . idx - 1)
}

data.InsertAt(this.keyCol, key)
Expand Down

0 comments on commit 7917114

Please sign in to comment.