fury-gl / fury

FURY - Free Unified Rendering in pYthon.
https://fury.gl
Other
227 stars 165 forks source link

ComboBox2D drop_down_button mouse callback was inside for loop #764

Closed dwijrajhari closed 1 year ago

dwijrajhari commented 1 year ago

The left_mouse_button_clicked callback for the drop_down_button was inside a for loop. Fixed indentation.

dwijrajhari commented 1 year ago

Thanks @skoudoro I looked into fury/ui/tests but couldn't find anything to change there. The tests that are failing were also failing before (on my machine) and I think are not related to this change.

skoudoro commented 1 year ago

thanks @dwijrajhari