From 1ca1e331bb42ef7de60532e3a83e746814a4f5cb Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Thu, 26 Jan 2012 22:58:36 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbxbp/xbpwindow.prg | 1 + 2 files changed, 6 insertions(+) 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.