Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2,010
Issues
2,010
List
Boards
Labels
Milestones
Merge Requests
21
Merge Requests
21
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
e5c08832
Commit
e5c08832
authored
May 26, 2018
by
Jehan
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1509
- GIMP master Git zoom in/out scrolling is reversed.
parent
67ae36f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/display/gimpdisplayshell-scale.c
app/display/gimpdisplayshell-scale.c
+1
-1
No files found.
app/display/gimpdisplayshell-scale.c
View file @
e5c08832
...
@@ -362,7 +362,7 @@ gimp_display_shell_scale (GimpDisplayShell *shell,
...
@@ -362,7 +362,7 @@ gimp_display_shell_scale (GimpDisplayShell *shell,
current_scale
=
gimp_zoom_model_get_factor
(
shell
->
zoom
);
current_scale
=
gimp_zoom_model_get_factor
(
shell
->
zoom
);
if
(
zoom_type
==
GIMP_ZOOM_SMOOTH
)
if
(
zoom_type
==
GIMP_ZOOM_SMOOTH
)
delta
=
new_scale
;
delta
=
-
new_scale
;
if
(
zoom_type
!=
GIMP_ZOOM_TO
)
if
(
zoom_type
!=
GIMP_ZOOM_TO
)
new_scale
=
gimp_zoom_model_zoom_step
(
zoom_type
,
current_scale
,
delta
);
new_scale
=
gimp_zoom_model_zoom_step
(
zoom_type
,
current_scale
,
delta
);
...
...
Jehan
@Jehan
mentioned in issue
#1509 (closed)
·
May 26, 2018
mentioned in issue
#1509 (closed)
mentioned in issue #1509
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment