View Single Post
Old 01-28-11, 05:44 PM   #1
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

most likely to do with the way I coded the hotkey for the ToggleFollowSelectedTarget:

# follow selected target
if key == FollowSelectedTargetHotKey[1]:
if FollowSelectedTargetHotKey[0]:
from Pagelayout import ToggleFollowSelectedTarget
ToggleFollowSelectedTarget( None )
args.Handled = True

The highlighted in yellow says no need to check for this key anymore
TheDarkWraith is offline   Reply With Quote