Skip to content

Fix up of: Fix gui alignment issues (#6287) - addItem keywords#10205

Merged
michaelDCurran merged 1 commit into
nvaccess:masterfrom
accessolutions:pr6287-addItemKeywords
Sep 13, 2019
Merged

Fix up of: Fix gui alignment issues (#6287) - addItem keywords#10205
michaelDCurran merged 1 commit into
nvaccess:masterfrom
accessolutions:pr6287-addItemKeywords

Conversation

@JulienCochuyt

Copy link
Copy Markdown
Contributor

Link to issue number:

Fix up of PR #6287

Summary of the issue:

The docstring for BoxSizerHelper.addItem claims to pass its keywords arguments to the wx.Sizer.Add method.

The current implementation as of 87ed4d1 fails to do so.
When it has to force a particular flag - which is fine - it also overrides any other flag intentionally passed by the caller - which is not.

Description of how this pull request fixes the issue:

Amend flags instead of overriding them.

Testing performed:

Known issues with pull request:

Change log entry:

I do not think this deserves to be announced.

@michaelDCurran michaelDCurran merged commit 1e906fb into nvaccess:master Sep 13, 2019
@nvaccessAuto nvaccessAuto added this to the 2019.3 milestone Sep 13, 2019
@JulienCochuyt JulienCochuyt deleted the pr6287-addItemKeywords branch September 13, 2019 05:32
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.

3 participants