Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix for Issue 153 #155

Merged
merged 4 commits into from
Nov 25, 2024
Merged

Fix for Issue 153 #155

merged 4 commits into from
Nov 25, 2024

Conversation

bvaisvil
Copy link
Owner

The users preferences were being ignored on systems without GPUs because the section heights would be recomputed to consider the absence of a graphics section. This PR checks to see if the graphics section exists in the layout. If it does, then we will need to recompute the layout considering it's absence, otherwise we do not.

This restores listening to the users preferences for dimensions of the sections.

…efore removing it and recalculating the heights of the sections. If we do not do this the users who do not have graphics devices will always have their height preferences ignored since an assumption was made that the graphics device existed in the layout.

Closes issue #153
@bvaisvil bvaisvil merged commit f4ffbf1 into master Nov 25, 2024
4 checks passed
@bvaisvil bvaisvil deleted the issue-153 branch November 25, 2024 00:51
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant