Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] gui.spinBox: Remove extraneous created widget box #266

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

ales-erjavec
Copy link
Collaborator

@ales-erjavec ales-erjavec commented Jan 24, 2024

Issue

Fixes biolab/orange3#6715

gui.spin creates an extra widget box on the parent which interferes with mouse interaction

I.e:

Screenshot_20240124_145723

Note that the layout depends on the style, should be tested on Windows.

Description of changes

Remove extraneous created widget box

Includes
  • Code changes
  • Tests
  • Documentation

@codecov-commenter
Copy link

codecov-commenter commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (31e1b65) 71.72% compared to head (499df3a) 71.72%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #266   +/-   ##
=======================================
  Coverage   71.72%   71.72%           
=======================================
  Files          34       34           
  Lines        9086     9086           
=======================================
  Hits         6517     6517           
  Misses       2569     2569           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@janezd janezd merged commit f8c5e4d into biolab:master Jan 24, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot select radio buttons in Hierarchical Clustering
3 participants