mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
Merge pull request #2155 from lakkatv/cocoa
Restore uitableviewcell selection style
This commit is contained in:
commit
5e04a5f377
@ -113,8 +113,7 @@ static void RunActionSheet(const char* title, const struct string_list* items,
|
|||||||
|
|
||||||
menu_entry_get_path(self.i, label, sizeof(label));
|
menu_entry_get_path(self.i, label, sizeof(label));
|
||||||
menu_entry_get_value(self.i, buffer, sizeof(buffer));
|
menu_entry_get_value(self.i, buffer, sizeof(buffer));
|
||||||
|
|
||||||
result.selectionStyle = UITableViewCellSelectionStyleNone;
|
|
||||||
result.textLabel.text = BOXSTRING(label);
|
result.textLabel.text = BOXSTRING(label);
|
||||||
|
|
||||||
if (label[0] == '\0')
|
if (label[0] == '\0')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user