Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
samfisherirl committed Jul 28, 2023
1 parent c2da1b1 commit 029167e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions required/convert/_menu_handler_mod.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
; =================== check for gui items =======================
if InStr(A_LoopField, "Add(") {
ret := checkforGuiItems(A_LoopField)
itemFound := 1
; ; loop through and look for GuiItemVars[]
if (ret[1] = 1) {
;button
Expand All @@ -66,6 +67,7 @@
continue
}
else {
itemFound := 1
lastGuiControl := StrSplit(A_LoopField, " := ")
}
}
Expand Down

0 comments on commit 029167e

Please sign in to comment.