# HG changeset patch # User Claus Gittinger # Date 1527007921 -7200 # Node ID d367ddfbb627ab9df6309c36ea2d150b53b46471 # Parent 836849c8c84617442274c205a70e7d81cbfd3749 #DOCUMENTATION by cg class: AbstractDirectoryBrowser comment/format in: #postOpenAsSubcanvasWith: diff -r 836849c8c846 -r d367ddfbb627 AbstractDirectoryBrowser.st --- a/AbstractDirectoryBrowser.st Tue May 22 18:31:39 2018 +0200 +++ b/AbstractDirectoryBrowser.st Tue May 22 18:52:01 2018 +0200 @@ -212,7 +212,7 @@ "this is sent after the applications window is opened inside another application. Can be redefined in subclasses for actions after showing the canvas view." - "/ cg: used to be unconditionally true hew; + "/ cg: used to be unconditionally true here; "/ but then, when a FileDialog (which is not an AbstractFileBrowser) is opened, "/ the commonPostBuild will not properly update its enable channels; "/ especially the enableDirectoryUp is false. @@ -220,6 +220,8 @@ "/ (too much inheritance and knowledge - DirTree and DirContents should each only do "/ what it should and not depend on shared functionality from their superclass) self postOpenFromMaster:(self masterApplication class includesBehavior:AbstractFileBrowser). + + "Modified (comment): / 22-05-2018 / 18:48:22 / Claus Gittinger" ! postOpenFromMaster:fromMaster