Author: mlytwyn
Date: Thu Apr 13 18:02:34 2017
New Revision: 40472

URL: http://svn.gna.org/viewcvs/gnustep?rev=40472&view=rev
Log:
Remove check on frame when invoking setTooltip...

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m?rev=40472&r1=40471&r2=40472&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m     
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m     Thu Apr 
13 18:02:34 2017
@@ -4711,8 +4711,7 @@
   [super setFrame: tmpRect];
   
   // Tooltip support...
-  if (NSEqualRects(tmpRect, _frame) == NO)
-    [self _setToolTipTracking];
+  [self _setToolTipTracking];
 }
 
 - (void) setFrameSize: (NSSize)frameSize


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to