-
- Downloads
Bug 1899943 - Show menupopup gutter on macOS only when an item is selected/checked. a=RyanVM
In bug 1668119, I adjusted macOS menupopups to only show a gutter if the menu contains either items that are checkboxes or radios, or checked/selected items of any type. However, this was not quite correct. In native macOS menus, a gutter is only shown if there is a checked/selected item--even if there are checkbox items, there should not be a gutter if no item is checked/selected. This patch matches that behavior. Original Revision: https://phabricator.services.mozilla.com/D212217 Differential Revision: https://phabricator.services.mozilla.com/D219586
Please register or sign in to comment