mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 23:08:05 +02:00
lcl: carbon: clean up
git-svn-id: trunk@45947 -
This commit is contained in:
parent
e3e3c31ab3
commit
968a8bb630
@ -859,7 +859,8 @@ begin
|
||||
//DebugLn(['TApplication.ShowHintWindow FHintWindow.Color=',dbgs(FHintWindow.Color),' HintInfo.HintColor=',dbgs(HintInfo.HintColor)]);
|
||||
|
||||
//debugln('TApplication.ShowHintWindow B HintWinRect=',dbgs(HintWinRect),' HintStr="',DbgStr(HintInfo.HintStr),'"');
|
||||
FHintWindow.ActivateWithData(HintWinRect, HintInfo.HintStr, HintInfo.HintData);
|
||||
FHintWindow.HintRectAdjust := HintWinRect;
|
||||
FHintWindow.ActivateText(HintInfo.HintStr);
|
||||
FHintRect := HintInfo.CursorRect;
|
||||
// start hide timer
|
||||
StartHintTimer(HintInfo.HideTimeout,ahttHideHint);
|
||||
|
@ -3,7 +3,6 @@
|
||||
// Open a given URL with the default browser
|
||||
function OpenURL(AURL: String): Boolean;
|
||||
var
|
||||
cf: CFStringRef;
|
||||
url: CFURLRef;
|
||||
begin
|
||||
if AURL = '' then
|
||||
|
Loading…
Reference in New Issue
Block a user