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 Return
#Include Log.ahk #Include Log.ahk
#Include List.ahk
#Include Bar.ahk #Include Bar.ahk
#Include Config.ahk #Include Config.ahk
#Include Manager.ahk #Include Manager.ahk

View file

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