Skip to content

Commit 7917114

Browse files
Fix icon order in main view
1 parent 420a95f commit 7917114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/Shared/AppLib/GuiControl/ListViewControl.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class ListViewControl extends GuiControlBase {
143143
}
144144

145145
if (this.imgListS) {
146-
rowOpts.Push("Icon" . idx)
146+
rowOpts.Push("Icon" . idx - 1)
147147
}
148148

149149
data.InsertAt(this.keyCol, key)

0 commit comments

Comments
 (0)