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

AModule: Cursor config option #3398

Merged
merged 2 commits into from
Jul 17, 2024
Merged

AModule: Cursor config option #3398

merged 2 commits into from
Jul 17, 2024

Conversation

khaneliman
Copy link
Contributor

Seen a lot of discussion activity around this again... resurrecting the PR #3274 that resolves #3239. Follow up to work done in #3108 to make this opt in instead of always forced on users.

One thing that might be nice is to set a global option for this... but I didn't see a way of doing that easily, atm.

@Alexays
Copy link
Owner

Alexays commented Jul 2, 2024

To avoid yet another breaking change, I prefer to keep the cursor change logic but make it deactivatable in the settings. WDYT?

@khaneliman
Copy link
Contributor Author

To avoid yet another breaking change, I prefer to keep the cursor change logic but make it deactivatable in the settings. WDYT?

Yeah, i actually agree. I was just waiting for some feedback before I changed it from the original change. I can tweak the change when I get home.

@khaneliman
Copy link
Contributor Author

@Alexays Alright, implemented fallback to default behavior when someone doesn't provide a configuration.

src/AModule.cpp Outdated Show resolved Hide resolved
also, statically configure the cursor type
@khaneliman
Copy link
Contributor Author

@Alexays Sorry, fixed. Also noticed the mouse enter and leave were a breaking change with tool-tips so moved it back there for the default behavior when not configured.

@khaneliman
Copy link
Contributor Author

@Alexays Whenever you get a chance

@Alexays Alexays merged commit 152053e into Alexays:master Jul 17, 2024
9 checks passed
@Alexays
Copy link
Owner

Alexays commented Jul 17, 2024

Thanks!

@khaneliman khaneliman deleted the cursor branch July 17, 2024 20:48
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.

Not keen on cursor change
3 participants