From fedad7bff38eb4eba147c548e75a43931b2602b2 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Wed, 11 May 2011 13:57:16 +0000 Subject: [PATCH] 2011-05-11 06:55 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpmenubar.prg ! Changed: XbpMenubar():visible := FALSE to TRUE. Only XbpMenu() is documented to have this behavior. --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbxbp/xbpmenubar.prg | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 58dd884ca4..ac6c64b839 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2011-05-11 06:55 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbxbp/xbpmenubar.prg + ! Changed: XbpMenubar():visible := FALSE to TRUE. + Only XbpMenu() is documented to have this behavior. + 2011-05-11 12:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + added experimental -ldflag+=, -dflag+= cmdline options diff --git a/harbour/contrib/hbxbp/xbpmenubar.prg b/harbour/contrib/hbxbp/xbpmenubar.prg index a29270acaf..35c19c5340 100644 --- a/harbour/contrib/hbxbp/xbpmenubar.prg +++ b/harbour/contrib/hbxbp/xbpmenubar.prg @@ -153,8 +153,6 @@ CLASS xbpMenuBar INHERIT xbpWindow METHOD xbpMenuBar:init( oParent, aPresParams, lVisible ) - DEFAULT lVisible TO .f. - ::xbpWindow:init( oParent, , , , aPresParams, lVisible ) RETURN Self