Bug 377240 - Deleting an image (DEL key) within LightTable resets zoom factor for following image
Summary: Deleting an image (DEL key) within LightTable resets zoom factor for followin...
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: LightTable-Workflow (show other bugs)
Version: 5.5.0
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-05 13:47 UTC by Jens
Modified: 2022-02-01 09:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 5.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens 2017-03-05 13:47:31 UTC
To reproduce:

1. Select some images (>= 3)
2. Open Light Table editor
3. Display in pairs must be disabled
4. Choose first image displayed on left side and second on right side
5. Press CTRL+, to zoom to 1:1 factor
6. Delete second image (DEL key)

Result: third image is displayed on right side but in "zoom to fit", not 1:1 zoom factor. First image is still displayed in 1:1 zoom factor.

Expected result: third image should inherit zoom factor from second image, and also view position.
Comment 1 Maik Qualmann 2017-03-07 18:40:36 UTC
Git commit 79ec5ffd45ea8b96f9b87fe7fe6e810891c050b9 by Maik Qualmann.
Committed on 07/03/2017 at 18:39.
Pushed by mqualmann into branch 'master'.

fix reset zoom factor to fit the window
FIXED-IN: 5.5.0

M  +2    -1    NEWS
M  +1    -1    libs/widgets/graphicsview/previewlayout.cpp

https://commits.kde.org/digikam/79ec5ffd45ea8b96f9b87fe7fe6e810891c050b9
Comment 2 Jens 2017-03-08 04:44:17 UTC
Wow, that was fast. Thank you!