Summary: | choose zoom an change image break Percent-Zoom Pulldown | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Samuel Suther <s.suther> |
Component: | ImageEditor-Canvas | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | wstephenson |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: |
Description
Samuel Suther
2008-12-16 22:34:15 UTC
When you said "...and doubleklick on an Image to view it in Big-Size", are you open image in editor or just in embeded preview. Also, i recommend to test 0.10.0-beta7 where a lots of bugs have been fixed (around 120!) Gilles Caulier I Mean open in digikam preview (not an external Editor) Samuel, With Preview mode we have works a lots to fix several issues with 0.10.0-beta7. Please checkout code and try again. Gilles This is still present in beta8 in the editor. I think the original reporter is calling the (builtin digikam) editor "digikam preview", because the embedded preview in the main window has no zoom combobox, just zoom in/out actions and he refers to a "slidebar" on the left. To reproduce: * Click 'Edit' on an image in an album with more than one image * Change the zoom combobox to eg 50% * Select a different image, zoom resets to 100% (check the value in the toolbar). * Expand the zoom combobox. Although the base widget reads 100%, the selected value in the zoom dropdown is still 50%. SVN commit 914329 by mwiesweg: If only edit text is changed, unset any current index of the combo box, so that current index does not differ from text. Fixes remaing problem if 177936. I think there is another bug for keeping the zoom rate constant, I doubt it is user-friendly to always reset to 100%. BUG: 177936 M +1 -0 editorwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=914329 |