Commit 6b79472
authored
Fix dimensions details (#1636)
The dimensions details should now display the image's natural size.
Apparently since its introduction by commit
e891d02, the dimensions details have
divided the image's natural size by the the zoom factor. I'm not sure
why this was done. *Multiplying* by the zoom factor would at least
compute the displayed size (although I think this is a less desirable
metric to show than the natural size). But dividing doesn't seem to
produce any sensible metric.1 parent 8df74ac commit 6b79472
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2298 | 2298 | | |
2299 | 2299 | | |
2300 | 2300 | | |
2301 | | - | |
| 2301 | + | |
2302 | 2302 | | |
2303 | 2303 | | |
2304 | 2304 | | |
| |||
0 commit comments