Possibly fixed bug from issue #41
This commit is contained in:
parent
72b95b55bd
commit
27be735c60
2 changed files with 3 additions and 1 deletions
BIN
bugn.exe
BIN
bugn.exe
Binary file not shown.
|
@ -355,7 +355,9 @@ Bar_toggleCommandGui()
|
||||||
Else
|
Else
|
||||||
y := Monitor_#%Manager_aMonitor%_y + Monitor_#%Manager_aMonitor%_height - Bar_#0_#0H
|
y := Monitor_#%Manager_aMonitor%_y + Monitor_#%Manager_aMonitor%_height - Bar_#0_#0H
|
||||||
Gui, Show
|
Gui, Show
|
||||||
WinMove, bug.n_BAR_0, , %x%, %y%
|
WinGet, wndId, ID, bug.n_BAR_0
|
||||||
|
WinMove, ahk_id %wndId%, , %x%, %y%
|
||||||
|
Window_set(wndId, "AlwaysOnTop", "On")
|
||||||
GuiControl, Focus, % Bar_#0_#0
|
GuiControl, Focus, % Bar_#0_#0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue