EyeDrop 1.1 hotspot bug Thread last updated on 2004-07-11 18:57:08

Posted by member 2112 on 2004-07-11 18:54:49

There is a bug with my EyeDrop 1.1 theme where if you have the topbar or system tray set to not automatically hide on start up and click the handle to make it automatically hide, the hotspot area for making it appear again extends all the way along the top or bottom right-half of the screen, instead of just over the handle.

To fix this bug, open /config/base.rc and replace line 34 with the following
*ckHotspot $(resolutionx-tbar_width)/2$ 0 $tbar_width$ 18 "!Execute [!HotspotAdjust tbar -$(tbar_width-250)/2$ 0 $tbar_width-250$ 15][!LsBoxMoveBox tbar $(resolutionx-tbar_width)/2$ 0 15 20]" "!Execute [!HotspotAdjust tbar $(tbar_width-250)/2$ 0 -$tbar_width-250$ -15][!LsBoxMoveBox tbar $(resolutionx-tbar_width)/2$ -$resolutiony+15$ 15 20]" tbar off


and line 45 with the following

*ckHotspot $(resolutionx-Systray_width)/2$ $priBottom-21$ $Systray_width$ 21 "!Execute [!HotspotAdjust systray -75 -18 150 18][!LsBoxMoveBox systray $(resolutionx-Systray_Width)/2$ -21 18 20]" "!Execute [!HotspotAdjust systray 75 18 -150 -18][!LsBoxMoveBox systray $(resolutionx-Systray_Width)/2$ $resolutiony-3$ 18 20]" systray off

I had forgotten to surround a tbar_width and Systray_width variable with $.

Thanks to gzero3k for highlighting this bug.