mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 05:10:57 +00:00
In [display] check if the _visibleRect is still valid.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7679 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c147e15baf
commit
c600d60eb6
1 changed files with 4 additions and 0 deletions
|
@ -1377,6 +1377,10 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
|||
{
|
||||
if (_window != nil)
|
||||
{
|
||||
if (_coordinates_valid == NO)
|
||||
{
|
||||
[self _rebuildCoordinates];
|
||||
}
|
||||
[self displayRect: _visibleRect];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue