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

PR: Fix enable/disable spinbox bug in Editor preferences panel #4759

Merged
merged 1 commit into from
Jul 30, 2017

Conversation

jnsebgosselin
Copy link
Member

Both the spinbox and slabel of the edgeline_spin and occurrence_spin
widget were not disabled properly when their respective checkbox was
unchecked.

Both the spinbox and slabel of the `edgeline_spin` and `occurrence_spin`
widget were not disabled properly when their respective checkbox was
unchecked. A connection was required between the checkbox toggled signal
and the setEnabled slot of both the spinbox and slabel for this to work
properly.
@jnsebgosselin jnsebgosselin changed the title Fix enable/disabled spinbox bug in Editor preferences panel Fix enable/disable spinbox bug in Editor preferences panel Jul 18, 2017
@ccordoba12 ccordoba12 added this to the v3.2.1 milestone Jul 30, 2017
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested this locally and it's working great.

Thanks @jnsebgosselin!

@ccordoba12 ccordoba12 changed the title Fix enable/disable spinbox bug in Editor preferences panel PR: Fix enable/disable spinbox bug in Editor preferences panel Jul 30, 2017
@ccordoba12 ccordoba12 merged commit 652a02b into spyder-ide:3.x Jul 30, 2017
ccordoba12 added a commit that referenced this pull request Jul 30, 2017
@jnsebgosselin jnsebgosselin deleted the fix_enabled_spinbox branch July 30, 2017 16:28
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.

2 participants