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

Fixes the border width of the game #236

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

UTengine
Copy link
Contributor

Fixes the border width of the game

Your checklist for this pull request

🚨Please review the guidelines for contributing to this repository.

  • Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your master!
  • Make sure you are making a pull request against the canary branch (left side). Also you should start your branch off our canary.
  • Check the commit's or even all commits' message styles matches our requested structure.
  • Check your code additions will fail neither code linting checks nor unit test.

Description

Fixes the border width of the game where normally turning camera is captured outside of the frame and skill icons are cut off

💔Thank you!
image

Fixes the border width of the game
@UTengine
Copy link
Contributor Author

Does the GetSystemMetrics scale with dpi? Does it even return the correct sized acquainted for 3d styles like aero and glass themes?
iWidth = rect.right + GetSystemMetrics(SM_CXFRAME)*2.f;

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.

1 participant