Skip to content

Bug Fix - Render zPosition#39

Open
cdce8p wants to merge 1 commit intoalbrechtf:masterfrom
cdce8p:fix_zpos
Open

Bug Fix - Render zPosition#39
cdce8p wants to merge 1 commit intoalbrechtf:masterfrom
cdce8p:fix_zpos

Conversation

@cdce8p
Copy link
Copy Markdown

@cdce8p cdce8p commented Dec 30, 2017

Fixes issue where zPosition wasn't considered when rendering.

@rbodziony
Copy link
Copy Markdown

why you removed function ?

@cdce8p
Copy link
Copy Markdown
Author

cdce8p commented Jan 8, 2018

Unfortunatly I am not an expert regarding Digester, but I noticed that although the methods are there the resulting object dosn't have the Z-Position. Through try and error I found that it seems to be the second capital letter in setZPosition which was causing the issue. Because I change the method name, digster will be able to match the Z-Position be default which is why I removed the additional entry.

}

public void setZPosition(int zPosition) {
public void setZposition(int zPosition) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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