Summary: | Changing bullet list style increases indentation | ||
---|---|---|---|
Product: | [Applications] calligrawords | Reporter: | Giuseppe Calà <gcala> |
Component: | general | Assignee: | Calligra Words Bugs <calligra-words-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gopalakbhat |
Priority: | NOR | ||
Version: | 2.4-snapshots | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/6798fe92a3acf9141440a1ae67bf79ef3a7a95a1 | Version Fixed In: | |
Sentry Crash Report: |
Description
Giuseppe Calà
2012-03-01 14:52:40 UTC
confirmed Confirmed in RC1, too. I do not consider this as a bug. It is sensible that we add some default indent when creating a list for the first time. In a general use case the user expects this to happen. Closing based on my prev comment The bug happens when you _change_ list style, not when creating a list; changing style adds more indent than default. Still present in 2.4.2 Ah...I see it now. Thanks for reporting Git commit 9e5c5d8fb9701dfb9e59b8a2a8f38b71027e9bda by Gopalakrishna Bhat A. Committed on 27/06/2012 at 17:32. Pushed by gopalakrishnabhat into branch 'master'. Fix bug 295141: The level cannot be zero, it should be >=1. M +1 -1 plugins/textshape/dialogs/SimpleParagraphWidget.cpp http://commits.kde.org/calligra/9e5c5d8fb9701dfb9e59b8a2a8f38b71027e9bda I'm able to reproduce the bug in version 2.5. Git commit 6798fe92a3acf9141440a1ae67bf79ef3a7a95a1 by Gopalakrishna Bhat A. Committed on 27/06/2012 at 17:32. Pushed by gopalakrishnabhat into branch 'calligra/2.5'. Fix bug 295141: The level cannot be zero, it should be >=1. (cherry picked from commit 9e5c5d8fb9701dfb9e59b8a2a8f38b71027e9bda) M +1 -1 plugins/textshape/dialogs/SimpleParagraphWidget.cpp http://commits.kde.org/calligra/6798fe92a3acf9141440a1ae67bf79ef3a7a95a1 It was comitted to the master branch and not to 2.5 branch. I have cherry picked it now to the 2.5 branch. You should be able to see the fix in 2.5.1. |