fix: forgot to remove todo #2
This commit is contained in:
parent
9dec82ee6d
commit
649332947b
@ -102,7 +102,7 @@ function SelectedRow( KFGUI_ListItem Item, int Row, bool bRight, bool bDblClick
|
|||||||
{
|
{
|
||||||
if( bRight || bDblClick )
|
if( bRight || bDblClick )
|
||||||
{
|
{
|
||||||
PlayerContext.ItemRows[0].Text = EditPlayer$" "$Item.Columns[0]; // TODO: localize?
|
PlayerContext.ItemRows[0].Text = EditPlayer$" "$Item.Columns[0];
|
||||||
SelectedID = Item.Value;
|
SelectedID = Item.Value;
|
||||||
PlayerContext.OpenMenu(Self);
|
PlayerContext.OpenMenu(Self);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user