Skip to content

Commit

Permalink
Apply component order workaround
Browse files Browse the repository at this point in the history
... Until a better solution comes along.

Affects #5
  • Loading branch information
io7m committed Jul 13, 2016
1 parent c6e897b commit 8377a9e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -992,9 +992,9 @@ private final class WindowRoot extends SyPanelAbstract
this.content_pane = new ContentPane();

final JOTreeNodeType<SyComponentType> node = this.node();
node.childAdd(this.frame.node());
node.childAdd(this.titlebar.node());
node.childAdd(this.content_pane.node());
node.childAdd(this.frame.node());
}

@Override
Expand Down

0 comments on commit 8377a9e

Please sign in to comment.