changed shortcuthelpwindow auto focus to the datagrid
This commit is contained in:
parent
9af1bebfbe
commit
9b2a9bca46
@ -117,9 +117,9 @@
|
||||
return keyList;
|
||||
}
|
||||
|
||||
public function focusCategories():void {
|
||||
focusManager.setFocus(categories);
|
||||
categories.drawFocus(true);
|
||||
public function focusCategories():void { //actually focuses the datagrid instead
|
||||
focusManager.setFocus(keyList);
|
||||
keyList.drawFocus(true);
|
||||
}
|
||||
]]>
|
||||
</mx:Script>
|
||||
|
Loading…
Reference in New Issue
Block a user