Skip to content

Commit

Permalink
Apply a full layout when creating a SystemWindowMorph with a single m…
Browse files Browse the repository at this point in the history
…orph by default.
  • Loading branch information
ronsaldo committed Nov 25, 2023
1 parent 3f09540 commit b4e5305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package-sources/Morphic.Core/SystemWindowMorph.sysmel
Expand Up @@ -90,6 +90,7 @@ Morph definition: {
let windowMorph := SystemWindowMorph new.
windowMorph extent: self extent.
windowMorph addMorph: self.
windowMorph layout: (MorphFullLayout for: self).
windowMorph openInWindowSystem: windowSystem
}.

Expand Down

0 comments on commit b4e5305

Please sign in to comment.