mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Remove check on frame when invoking setTooltip...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40472 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7c21633785
commit
ad3e0c2ac2
1 changed files with 1 additions and 2 deletions
|
@ -4711,8 +4711,7 @@ This method is deprecated, use -columnIndexesInRect:. */
|
|||
[super setFrame: tmpRect];
|
||||
|
||||
// Tooltip support...
|
||||
if (NSEqualRects(tmpRect, _frame) == NO)
|
||||
[self _setToolTipTracking];
|
||||
[self _setToolTipTracking];
|
||||
}
|
||||
|
||||
- (void) setFrameSize: (NSSize)frameSize
|
||||
|
|
Loading…
Reference in a new issue