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

bug fixes #309

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

bug fixes #309

wants to merge 11 commits into from

Conversation

bdlukaa
Copy link
Collaborator

@bdlukaa bdlukaa commented Dec 30, 2024

  • Fixes Layout sound volume don't stick between app resart #291
  • Fixes Camera selector panel turn grey randomly #302
  • Fixes Video desync #306
  • Only allow to seek between bounds in the Timeline of Events
  • Secondary Windows are allowed to be smaller: 300x200 pixels
  • Ensure devices are fetched from remote before using them when opening from command line using --server and --camera options
  • Correctly calculate the size of the reorderable grid children
    The entire reorderable grid was being calculated incorrectly, leading to clipping and extra space that just didn't fell right. The logic was adjusted to fit all the items inside the grid. Now, both the Layouts View and Timeline of Events view feel natural.
  • Do not allow to add the a server if it is already added

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.

Video desync Camera selector panel turn grey randomly Layout sound volume don't stick between app resart
1 participant