Author: mlytwyn
Date: Thu Apr 13 19:11:46 2017
New Revision: 40473

URL: http://svn.gna.org/viewcvs/gnustep?rev=40473&view=rev
Log:
Remove check on frames prior to setting up tooltip support

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=40473&r1=40472&r2=40473&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m     
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m     Thu Apr 
13 19:11:46 2017
@@ -5622,7 +5622,7 @@
 {
   // Tooltip support...
   [self removeAllToolTips];
-  if ([_delegate respondsToSelector: [self _toolTipSelector]])
+  //if ([_delegate respondsToSelector: [self _toolTipSelector]])
     [self addToolTipRect: frame owner: self userData: nil];
 }
 


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to