removed List.ahk from "#Include"

fixed a bug, which might have occured with the new version of AutoHotkey_L
This commit is contained in:
joten 2012-09-28 15:29:42 +02:00
parent 6c6c00533d
commit aaa9538f43
2 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,6 @@ Main_toggleBar:
Return
#Include Log.ahk
#Include List.ahk
#Include Bar.ahk
#Include Config.ahk
#Include Manager.ahk

View File

@ -161,6 +161,7 @@ Monitor_getWorkArea(m) {
}
}
}
bTop := 0
If Monitor_#%m%_showBar {
If (Config_verticalBarPos = "top" Or (Config_verticalBarPos = "tray" And Not m = Manager_taskBarMonitor)) {
bTop := monitorTop