From a96f57a887975cb6483736d2a8be961ca1b0580d Mon Sep 17 00:00:00 2001 From: Mark Alldritt Date: Mon, 24 Sep 2018 11:01:05 -0700 Subject: [PATCH] Fix row selection handling. --- ColorPicker/ColorPickerRow.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/ColorPicker/ColorPickerRow.swift b/ColorPicker/ColorPickerRow.swift index 4d07aea..f28d981 100644 --- a/ColorPicker/ColorPickerRow.swift +++ b/ColorPicker/ColorPickerRow.swift @@ -276,7 +276,6 @@ public class _ColorPickerRow: Row { cell.isCircular = isCircular cell.showsPaletteNames = showsPaletteNames cell.swatchView.isHidden = !showsCurrentSwatch - cell.selectionStyle = isDisabled ? .none : .default let rowHeight = showsCurrentSwatch || title?.count ?? 0 > 0 ? CGFloat(145) : CGFloat(107) cell.height = { return rowHeight }