Summary: | Page break don't move the view | ||
---|---|---|---|
Product: | [Unmaintained] kword | Reporter: | Daniel Nicoletti <dantti12> |
Component: | general | Assignee: | Thomas Zander <zander> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | Persona: Susan | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Nicoletti
2009-11-05 13:26:45 UTC
SVN commit 1049277 by zander: Fixes inserting Page break don't move the view Add a signal to the documentLayout which is emitted when a frame is added to the frameset. This is then used to update the view if we are editing this shape. BUG:213238 M +4 -1 kword/part/frames/KWTextDocumentLayout.h M +7 -1 kword/part/frames/KWTextFrameSet.cpp M +2 -1 libs/kotext/KoTextDocumentLayout.cpp M +4 -1 libs/kotext/KoTextDocumentLayout.h M +16 -2 plugins/textshape/TextTool.cpp M +3 -1 plugins/textshape/TextTool.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1049277 I'm still having this issue in KOffice 2.2.1 Thanks. SVN commit 1180371 by zander: A line with no text still has a position. BUG: 213238 M +1 -1 TextTool.cpp M +1 -2 tests/TestTextTool.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1180371 |