@ -210,12 +210,10 @@ void Menu::InitializeArtificerEnchantWindow(){
} , } } ,
{ " Back " , {
. up = [ & ] ( MenuType type , Data & returnData ) {
if ( Component < RowInventoryScrollableWindowComponent > ( type , " Accessory List " ) - > GetSelectedChild ( ) ) returnData = Component < RowInventoryScrollableWindowComponent > ( type , " Accessory List " ) - > GetSelectedChild ( ) . value ( ) . get ( ) . GetName ( ) ;
else returnData = Component < RowInventoryScrollableWindowComponent > ( type , " Accessory List " ) - > GetComponents ( ) . back ( ) . lock ( ) - > GetName ( ) ;
returnData = Component < RowInventoryScrollableWindowComponent > ( type , " Accessory List " ) - > GetComponents ( ) . back ( ) . lock ( ) - > GetName ( ) ;
} ,
. down = [ & ] ( MenuType type , Data & returnData ) {
if ( Component < RowInventoryScrollableWindowComponent > ( type , " Accessory List " ) - > GetSelectedChild ( ) ) returnData = Component < RowInventoryScrollableWindowComponent > ( type , " Accessory List " ) - > GetSelectedChild ( ) . value ( ) . get ( ) . GetName ( ) ;
else returnData = Component < RowInventoryScrollableWindowComponent > ( type , " Accessory List " ) - > GetComponents ( ) . front ( ) . lock ( ) - > GetName ( ) ;
returnData = Component < RowInventoryScrollableWindowComponent > ( type , " Accessory List " ) - > GetComponents ( ) . front ( ) . lock ( ) - > GetName ( ) ;
} ,
. left = " Fragment Enchant Button " ,
. right = " Fragment Enchant Button " , } } ,