mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 08:30:58 +00:00
Missing changes from last commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25304 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
28aafc0b45
commit
1b0f4ef79a
1 changed files with 18 additions and 16 deletions
|
@ -1905,7 +1905,9 @@ convert_rect_using_matrices(NSRect aRect, NSAffineTransform *matrix1,
|
||||||
* than the bounds of the view. This prevents drawing outside
|
* than the bounds of the view. This prevents drawing outside
|
||||||
* our bounds.
|
* our bounds.
|
||||||
*/
|
*/
|
||||||
if (_is_rotated_from_base)
|
// Normally the second test is not needed, it can differ only
|
||||||
|
// when the view is loaded from a NIB file.
|
||||||
|
if (_is_rotated_from_base && (_boundsMatrix != nil))
|
||||||
{
|
{
|
||||||
// When the view is rotated, we clip to the frame.
|
// When the view is rotated, we clip to the frame.
|
||||||
NSAffineTransform *matrix;
|
NSAffineTransform *matrix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue