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

No diagonal window resize cursor #121

Open
adriengivry opened this issue Jun 20, 2020 · 4 comments
Open

No diagonal window resize cursor #121

adriengivry opened this issue Jun 20, 2020 · 4 comments
Labels
Bug Something isn't working Editor Something relative with the editor Good First Issue An easy issue for new contributors

Comments

@adriengivry
Copy link
Owner

Description
When hovering a window border, the cursor changes to show the current action that will get triggered by a left click. (Resize horizontal, resize vertical).
However, it would be nice to have a cursor for diagonal resize.

image

To Reproduce
Resizing a window by dragging a corner.

Expected behavior
We should have diagonal cursors showing when dragging a window corner

Screenshots
NoDiagonalCursor

@adriengivry adriengivry added Bug Something isn't working Editor Something relative with the editor Good First Issue An easy issue for new contributors labels Jun 20, 2020
@adriengivry
Copy link
Owner Author

This issue is ImGui related, and ImGui source code must be modified

@adriengivry
Copy link
Owner Author

adriengivry commented Jun 21, 2020

After more investigation, it is related to the fact that GLFW wasn't supporting diagonal resize cursor. It has been introduced by: glfw/glfw@7dbdd2e

We should update our GLFW version

EDIT:

These new cursors aren't merged onto GLFW master yet, and we should wait a release before updating (Better stability).
image

@adriengivry
Copy link
Owner Author

Can we double check that this one is fixed?

@litelawliet
Copy link
Collaborator

litelawliet commented Jul 6, 2023

Still not fixed

Created a PR to try to fix that issue : #252

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Editor Something relative with the editor Good First Issue An easy issue for new contributors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants