Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Other/7zEmuPrepper/Final.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ gui.Add("Button", "x340 y430 w80 h23", "Exit").OnEvent("Click", (*) => ExitApp()
gui.Show("w480 h470")
return

SelectFileOrDir(btn) {
global
text := btn.Text
if (text = "…") {
; infer based on label order
idx := btn.Hwnd
}
}

; Simplified per-control selection based on Y position
SelectFileOrDir(btn, *) {
y := btn.Pos.Y
Expand Down
Loading