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.
This commit is contained in:
Pritpal Bedi
2012-01-26 22:58:36 +00:00
parent 3b4cc84f91
commit 1ca1e331bb
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -1238,6 +1238,7 @@ METHOD XbpWindow:isDerivedFrom( cClassORoObject )
METHOD XbpWindow:show()
::oWidget:show()
::oWidget:activateWindow()
::is_hidden := .f.
::lHasInputFocus := .t.