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.
This commit is contained in:
Pritpal Bedi
2011-05-11 13:57:16 +00:00
parent d558e2b5ae
commit fedad7bff3
2 changed files with 5 additions and 2 deletions

View File

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

View File

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