[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix, NSView (Text Rotation)
From: |
Alexander Malmberg |
Subject: |
Re: Fix, NSView (Text Rotation) |
Date: |
Mon, 22 Mar 2004 22:50:31 +0100 |
Georg Fleischmann wrote:
> Alexander Malmberg wrote:
> > Unfortunately, the patch looks messed up here, and patch complains that
> > it's malformed. Could you try sending it again as plain (not enriched)
> > text? (FWIW, the NSAffineTransform patch arrived ok.)
>
> Sure, here is a second try.
> Two lines are 85 characters wide. Maybe this is the problem.
Worked now, thanks!
> Georg
>
> 2004-03-14 Georg Fleischmann
> * gui/Source/NSView.m [NSView convertRect:fromView:]:
> better conversion of flipped + rotated views
This only partially fixed handling of flipped views, while some cases
were still broken (and all handling of non-flipped views, and all of
-convertRect:toView:). I've rewritten both functions to handle all cases
correctly (by transforming all corners and doing the min/max:es).
> * gui/Source/NSView.m [NSView lockFocus:inRect:]:
> removed a problematic bounding rect call for rotated views
Applied.
- Alexander Malmberg