Skip to content

fix: remove scaling fonts via mouse wheel scroll#1388

Merged
ouuan merged 2 commits into
masterfrom
remove-wheel-font-scaling
Aug 11, 2024
Merged

fix: remove scaling fonts via mouse wheel scroll#1388
ouuan merged 2 commits into
masterfrom
remove-wheel-font-scaling

Conversation

@ouuan

@ouuan ouuan commented Jul 24, 2024

Copy link
Copy Markdown
Member

Description

Remove the function to scale editor font via mouse wheel scroll.

Related Issues / Pull Requests

Resolves #1249.

Motivation and Context

This has been reported to be extremely slow, because it actually applies settings to all tabs besides changing the current editor font.

An option to enable this behavior does not work. Opt-out does not fix the performance issue. Opt-in does not worth it because the user can simply use the font setting to change the font size instead. So this behavior is completely removed.

How Has This Been Tested?

On Arch Linux.

Checklist

  • If these changes are notable, they are documented in CHANGELOG.md.

@ouuan ouuan enabled auto-merge (squash) August 11, 2024 07:44
ouuan added 2 commits August 11, 2024 15:58
This has been reported to be extremely slow, because it actually
applies settings to all tabs besides changing the current editor font.

An option to enable this behavior does not work. Opt-out does not fix
the performance issue. Opt-in does not worth it because the user can
simply use the font setting to change the font size instead. So this
behavior is completely removed.
@ouuan ouuan force-pushed the remove-wheel-font-scaling branch from a0137f1 to 35203df Compare August 11, 2024 07:59
@ouuan ouuan merged commit 3ec8d20 into master Aug 11, 2024
@ouuan ouuan deleted the remove-wheel-font-scaling branch August 11, 2024 08:36
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.

Disable ctrl+roller to change editor font size

2 participants