https://bugs.kde.org/show_bug.cgi?id=313414 Pierre Stirnweiss changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|http://commits.kde.org/call |http://commits.kde.org/call |igra/980f34c7b2ed24496b1598 |igra/9b0e48951612e87322ec9c |4d16720561448c0e13 |ad27bb82f7da05bf49 --- Comment #2 from Pierre Stirnweiss --- Git commit 9b0e48951612e87322ec9cad27bb82f7da05bf49 by Pierre Stirnweiss. Committed on 21/01/2013 at 20:19. Pushed by pstirnweiss into branch 'master'. Fix crash in Krita on the new styles combo In Krita, there is no style loaded from a file. Instead, Krita is using the default paragraph style. The new styles combo used to hide this style. This patch creates a default set of styles for these type of applications. Also the default style is not hidden in the combo. REVIEW: 108532 Cherry-picked from textshape-stylesWidget-PierreSt Conflicts: plugins/textshape/dialogs/DockerStylesComboModel.cpp M +4 -0 libs/kotext/opendocument/KoTextSharedLoadingData.cpp M +77 -16 libs/kotext/styles/KoStyleManager.cpp M +14 -0 libs/kotext/styles/KoStyleManager.h M +3 -1 plugins/textshape/TextShapeFactory.cpp M +9 -6 plugins/textshape/dialogs/DockerStylesComboModel.cpp M +1 -1 plugins/textshape/dialogs/StylesModel.cpp http://commits.kde.org/calligra/9b0e48951612e87322ec9cad27bb82f7da05bf49 -- You are receiving this mail because: You are watching all bug changes.