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

SplitterLineColor in nested MaterialSplitPanel not set #411

Closed
GuidoReith opened this issue Jun 18, 2020 · 2 comments
Closed

SplitterLineColor in nested MaterialSplitPanel not set #411

GuidoReith opened this issue Jun 18, 2020 · 2 comments
Assignees
Milestone

Comments

@GuidoReith
Copy link

Having the following example:
<m.addins:MaterialSplitPanel splitterLineColor="RED" axis="VERTICAL" barPosition="60" thickness="8" dock="BOTTOM" height="850px">
<m.addins:MaterialSplitPanel splitterLineColor="GREEN" barPosition="20" thickness="8" dock="LEFT" height="425px">
<m:MaterialPanel backgroundColor="GREY_LIGHTEN_2">
<m:MaterialTitle textAlign="CENTER" title="1"/>
</m:MaterialPanel>
<m:MaterialPanel backgroundColor="GREY_LIGHTEN_2">
<m:MaterialTitle textAlign="CENTER" title="2"/>
</m:MaterialPanel>
</m.addins:MaterialSplitPanel>
<m.addins:MaterialSplitPanel splitterLineColor="BLUE" barPosition="20" thickness="8" dock="LEFT" height="425px">
<m:MaterialPanel backgroundColor="GREY_LIGHTEN_2">
<m:MaterialTitle textAlign="CENTER" title="3"/>
</m:MaterialPanel>
<m:MaterialPanel backgroundColor="GREY_LIGHTEN_2">
<m:MaterialTitle textAlign="CENTER" title="4"/>
</m:MaterialPanel>
</m.addins:MaterialSplitPanel>
</m.addins:MaterialSplitPanel>

The splitterLineColor="RED" is not set in the split panel with vertical axis. The other splitterLineColor="GREEN" and splitterLineColor="BLUE" are set correct.

@kevzlou7979
Copy link
Contributor

Ok will take a look today.

@kevzlou7979
Copy link
Contributor

image

Fixed via d92b07e

@kevzlou7979 kevzlou7979 self-assigned this Jun 25, 2020
@kevzlou7979 kevzlou7979 added this to the 2.3.1 milestone Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants