mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:37:39 +00:00
Correction to last commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27069 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2e53778720
commit
1febd24809
1 changed files with 5 additions and 4 deletions
|
@ -1326,11 +1326,11 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
|||
}
|
||||
else
|
||||
{
|
||||
// FIXME: Adjust scale
|
||||
[self _updateBoundsMatrix];
|
||||
|
||||
// Adjust bounds
|
||||
_bounds = aRect;
|
||||
|
||||
// FIXME: Adjust scale
|
||||
[self _updateBoundsMatrix];
|
||||
}
|
||||
|
||||
[self resetCursorRects];
|
||||
|
@ -1385,10 +1385,11 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
|||
{
|
||||
(*invalidateImp)(self, invalidateSel);
|
||||
}
|
||||
_bounds.size = newSize;
|
||||
|
||||
// FIXME: Adjust scale
|
||||
[self _updateBoundsMatrix];
|
||||
|
||||
_bounds.size = newSize;
|
||||
[self resetCursorRects];
|
||||
if (_post_bounds_changes)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue