diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f7e9446112..fb58aed11b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-01-26 14:55 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbxbp/xbpwindow.prg + ! Fixed: (Hopefully) the main menu issue on MAC reported by + Antonio Linares. + 2012-01-26 12:37 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idebrowse.prg * contrib/hbide/idechangelog.prg diff --git a/harbour/contrib/hbxbp/xbpwindow.prg b/harbour/contrib/hbxbp/xbpwindow.prg index b6d9b915a7..79ae14a643 100644 --- a/harbour/contrib/hbxbp/xbpwindow.prg +++ b/harbour/contrib/hbxbp/xbpwindow.prg @@ -1238,6 +1238,7 @@ METHOD XbpWindow:isDerivedFrom( cClassORoObject ) METHOD XbpWindow:show() ::oWidget:show() + ::oWidget:activateWindow() ::is_hidden := .f. ::lHasInputFocus := .t.