From edf3ac0e6d419ae4d04ea60038a3824e89274228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Tue, 22 Sep 2015 01:33:43 +0200 Subject: [PATCH] Restore uitableviewcell selection style --- ui/drivers/cocoa/cocoatouch_menu.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/drivers/cocoa/cocoatouch_menu.m b/ui/drivers/cocoa/cocoatouch_menu.m index dc11689bca..3875eba9c4 100644 --- a/ui/drivers/cocoa/cocoatouch_menu.m +++ b/ui/drivers/cocoa/cocoatouch_menu.m @@ -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_value(self.i, buffer, sizeof(buffer)); - - result.selectionStyle = UITableViewCellSelectionStyleNone; + result.textLabel.text = BOXSTRING(label); if (label[0] == '\0')