Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
997b6e95
Commit
997b6e95
authored
Mar 07, 2013
by
Otmane Lahlou
Browse files
ENH: upper limit for zoom is not used anymore
parent
8cca80f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Code/Common/mvdImageViewManipulator.cxx
View file @
997b6e95
...
...
@@ -250,7 +250,7 @@ void
ImageViewManipulator
::
CenterRegion
(
double
scale
)
{
if
(
m_IsotropicZoom
*
scale
>
0.01
&&
m_IsotropicZoom
*
scale
<
10.
)
if
(
m_IsotropicZoom
*
scale
>
0.
0
01
)
{
// The viewPort Region must be adapted to this zoom ratio
ImageRegionType
&
currentRegion
=
m_NavigationContext
.
m_ViewportImageRegion
;
...
...
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