1.8.3 - View - Zoom
Posted: Thu Dec 26, 2024 9:11 pm
When I do manual Zoom In or Zoom Out in "Fit window to image" mode, window stretches or shrinks according to image size * zoom factor. But sometimes scrollbars appear. And when I stretch window size by mouse drag on 1 pixel more large, scroll bars disappear. Most often I see this on 51% zoom.
Also shoudn't manual Zoom Out twice change zoom factor from 100% to 50%? But it is 51%. Seems to be zoom factor float ceiling instead of rounding issue. If ceiling is necessary, maybe ceil of (ZoomFactor - 0.001) could help.
Also shoudn't manual Zoom Out twice change zoom factor from 100% to 50%? But it is 51%. Seems to be zoom factor float ceiling instead of rounding issue. If ceiling is necessary, maybe ceil of (ZoomFactor - 0.001) could help.