Bug 59981 - Aligning a rotated text box does not work
Summary: Aligning a rotated text box does not work
Status: RESOLVED FIXED
Alias: None
Product: calligrastage
Classification: Applications
Component: general (show other bugs)
Version: 1.2.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Laurent Montel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-18 11:47 UTC by tim
Modified: 2003-12-14 19:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tim 2003-06-18 11:47:49 UTC
Version:           1.2.1 (using KDE 3.1.1)
Installed from:    SuSE
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB

Try the following:
- Create an empty page
- Put two text frames on it
- Rotate one of them by 45 degrees
- Select both and use the contex menu's 'Align Objects'/'Align top'

The objects do not align, but *both* move a little bit higher. (Other alignment functions have similar results). I would expect that after the operation the highest point of the rotated object had the same vertical position as the top of the non-rotated object.
Comment 1 T Zachmann 2003-07-07 11:06:40 UTC
Subject: koffice/kpresenter

CVS commit by zachmann: 

Fix for Bug 59981: Aligning a rotated text box does not work

CCMAIL:59981-done@bugs.kde.org


  M +15 -0     kpclosedlineobject.cc   1.8
  M +2 -0      kpclosedlineobject.h   1.7
  M +13 -13    kpcubicbeziercurveobject.cc   1.37
  M +2 -2      kpcubicbeziercurveobject.h   1.21
  M +14 -0     kpellipseobject.cc   1.48
  M +2 -0      kpellipseobject.h   1.26
  M +2 -2      kpfreehandobject.cc   1.38
  M +1 -2      kpfreehandobject.h   1.22
  M +73 -0     kplineobject.cc   1.56
  M +3 -0      kplineobject.h   1.31
  M +107 -1    kpobject.cc   1.117
  M +28 -0     kpobject.h   1.81
  M +16 -0     kppolygonobject.cc   1.31
  M +2 -0      kppolygonobject.h   1.16
  M +2 -2      kppolylineobject.cc   1.35
  M +1 -2      kppolylineobject.h   1.18
  M +13 -13    kpquadricbeziercurveobject.cc   1.37
  M +2 -2      kpquadricbeziercurveobject.h   1.20
  M +13 -13    kprpage.cc   1.224