AllenCell / napari-allencell-segmenter

A plugin that enables image segmentation provided by Allen Institute for Cell Science
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Dropdown boxes have weird behavior on macs #135

Closed yrkim98 closed 2 years ago

yrkim98 commented 2 years ago

Description

When selecting available layers or channels using the drop down box in the workflow select widget does not show all available dropdown options.

Error message

No error message.

Expected Behavior

As is on Windows systems, the dropdown box should show all available dropdown options.

Reproduction

Please list the exact steps we can take to reproduce this bug. 1) open napari + plugin on mac 2) select dropdown box on workflow select widget 3) dropdown has weird behavior, does not show all available options

Environment

yrkim98 commented 2 years ago

Probably related to this The property maxVisibleItems is ignored for non-editable comboboxes in styles that returns true for QStyle::SH_ComboBox_Popup such as the Mac style or the Gtk+ Style.

yrkim98 commented 2 years ago

fixed and tested with @thao-do