mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-13 06:01:28 +00:00
Fixed bug in previous commit of setToolTip:
This commit is contained in:
+1
-1
@@ -328,7 +328,7 @@ var CPControlBlackColor = [CPColor blackColor];
|
||||
_toolTip = aToolTip;
|
||||
|
||||
#if PLATFORM(DOM)
|
||||
_DOMElement.title = [aToolTip cssString];
|
||||
_DOMElement.title = aToolTip;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user