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

Updating non-default WLineEdit constructor to match default constructor #146

Closed
wants to merge 1 commit into from

Conversation

JackMaguire
Copy link

The two WLineEdit constructors result in different behavior which isn't obvious to the user. The default constructor sets setInline(true) and setFormObject(true) but these settings are not applied when the user passes a string. This PR adds those two lines to the second constructor.

@emweb
Copy link
Collaborator

emweb commented Apr 30, 2019

This has already been fixed in the meantime.

@emweb emweb closed this Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants