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

Save and use 3d mode stored with layout #2138 #4442

Merged
merged 2 commits into from Apr 2, 2024

Conversation

derwin12
Copy link
Collaborator

This will put the 3d flag in the rgb_effects file so as you switch folders it will recognize and flip to the 2d or 3d as needed.
Note that it will assume 2d until it sees this setting in the rgb_effects file so you will likely need to click it once as you first open that 3d show folder. #2138
image

@@ -1575,6 +1575,8 @@ void xLightsFrame::InitialiseControllersTab(bool rebuildPropGrid) {
List_Controllers->EnsureVisible(itemSelected);
}

Panel2->SetMinSize(wxSize(400, -1));
Copy link
Member

Choose a reason for hiding this comment

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

this is your secret Controller Panel change to prevent squished buttons....

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes ... not so secret. How is it working for you? Isnt it always collapsed into nothing?
image

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Enhancement request :-) #4443

Copy link
Collaborator

Choose a reason for hiding this comment

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

I didn't like how the right panel is coming up squished. Not sure if it saves that position once you move it back over.

@dkulp dkulp merged commit fee4925 into xLightsSequencer:master Apr 2, 2024
1 check passed
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.

None yet

4 participants