diff -r b02a518e2c70 -r 623b8047f9ad ChangesBrowser.st --- a/ChangesBrowser.st Fri Sep 03 22:28:18 2021 +0100 +++ b/ChangesBrowser.st Mon Sep 06 16:09:32 2021 +0100 @@ -1,5 +1,6 @@ " COPYRIGHT (c) 1990 by Claus Gittinger + COPYRIGHT (c) 2021 LabWare All Rights Reserved This software is furnished under a license and may be used @@ -57,6 +58,7 @@ copyright " COPYRIGHT (c) 1990 by Claus Gittinger + COPYRIGHT (c) 2021 LabWare All Rights Reserved This software is furnished under a license and may be used @@ -1514,7 +1516,7 @@ oldStyle ifFalse:[ menuPanel := MenuPanel in:self. "/ menuPanel level:1. - menuPanel verticalLayout:false. + menuPanel hasVerticalLayout:false. menuPanel receiver:self. menuPanel menu:(self pullDownMenu). @@ -1656,6 +1658,7 @@ "Modified: / 27-03-1997 / 11:07:07 / stefan" "Modified: / 03-01-2012 / 15:28:45 / cg" + "Modified: / 06-09-2021 / 16:05:56 / Jan Vrany " ! postRealize